dnscrypt-proxy/.github/ISSUE_TEMPLATE/bugs.md

66 lines
1.6 KiB
Markdown
Raw Normal View History

2019-12-09 00:00:22 +01:00
---
2021-03-27 01:28:53 +01:00
name: "\U0001F41E Issues"
about: Bug reports
2019-12-09 00:00:22 +01:00
title: ''
labels: ''
assignees: ''
---
2021-08-17 20:46:01 +02:00
THE TRACKER IS DEDICATED TO KEEPING TRACK OF *BUGS*,
preferably after they have been already discussed and confirmed to be reproducible.
2021-03-26 09:49:25 +01:00
2021-08-17 20:46:01 +02:00
FOR ASSISTANCE, PLEASE CLOSE THIS FORM AND USE THE DISCUSSIONS SECTION INSTEAD:
https://github.com/DNSCrypt/dnscrypt-proxy/discussions/categories/q-a
~~~
Reported bugs must reproducible in the context described in the "Context" section.
2021-03-27 01:19:01 +01:00
Installation and configuration issues are not bugs, but individual assistance request.
2021-03-26 09:49:25 +01:00
2021-08-17 20:46:01 +02:00
Context: the LATEST version of `dnscrypt-proxy` (precompiled binaries downloaded from this repository) is correctly installed and configured on your system, but something doesn't seem to produce the expected result.
2019-12-09 00:00:22 +01:00
2021-08-17 20:46:01 +02:00
If the bug is not trivial to reproduce on any platform, please include ALL the steps required to reliably duplicate it, on a vanilla, generic install of macOS, Windows, OpenBSD or Ubuntu Linux system, in their most current version.
2021-03-27 01:19:01 +01:00
2021-08-17 20:46:01 +02:00
If you don't have any clear understanding of the issue or can't enumerate the steps to reproduce it, open a discussion instead:
2021-03-30 10:56:01 +02:00
https://github.com/DNSCrypt/dnscrypt-proxy/discussions
2021-03-27 01:19:01 +01:00
2019-12-09 00:00:22 +01:00
2021-03-26 09:49:25 +01:00
## Output of the following commands:
2021-03-27 01:51:44 +01:00
./dnscrypt-proxy -version
2021-03-26 09:49:25 +01:00
2021-03-27 01:51:44 +01:00
./dnscrypt-proxy -check
2021-03-26 09:49:25 +01:00
2021-03-27 01:51:44 +01:00
./dnscrypt-proxy -resolve example.com
- [ ] Initially raised as discussion #...
2021-03-26 09:49:25 +01:00
2019-12-09 00:00:22 +01:00
## *What* is affected by this bug?
## *When* does this occur?
## *Where* does it happen?
## *How* do we replicate the issue?
<!-- Please list all the steps required to reliably replicate it, starting from a newly installed operating system -->
## Expected behavior (i.e. solution)
## Other Comments