|
1 | 1 | --- |
2 | | -name: "\U0001F41E Issues" |
3 | | -about: Bug reports |
| 2 | +name: "Bug Report" |
| 3 | +about: Report a bug you've encountered |
4 | 4 | title: '' |
5 | 5 | labels: '' |
6 | 6 | assignees: '' |
7 | 7 |
|
8 | 8 | --- |
9 | 9 |
|
10 | | -THE TRACKER IS DEDICATED TO KEEPING TRACK OF *BUGS*, |
11 | | -preferably after they have been already discussed and confirmed to be reproducible. |
| 10 | +Thanks for taking the time to report a bug! Before filing, please note: |
12 | 11 |
|
13 | | -FOR ASSISTANCE, PLEASE CLOSE THIS FORM AND USE THE DISCUSSIONS SECTION INSTEAD: |
14 | | -https://github.com/DNSCrypt/dnscrypt-proxy/discussions/categories/q-a |
| 12 | +**Need help or have a question?** The issue tracker is for confirmed, reproducible bugs. For assistance with installation, configuration, or general questions, please use our [Q&A Discussions](https://github.com/DNSCrypt/dnscrypt-proxy/discussions/categories/q-a) instead - you'll likely get a faster response there. |
15 | 13 |
|
16 | | -~~~ |
| 14 | +--- |
17 | 15 |
|
18 | | -Reported bugs must reproducible in the context described in the "Context" section. |
| 16 | +### Before submitting |
19 | 17 |
|
20 | | -Installation and configuration issues are not bugs, but individual assistance request. |
| 18 | +Please make sure: |
21 | 19 |
|
22 | | -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. |
| 20 | +- You're running the **latest version** of `dnscrypt-proxy` (precompiled binaries from this repository) |
| 21 | +- The software is correctly installed and configured |
| 22 | +- You can reliably reproduce the issue |
23 | 23 |
|
24 | | -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. |
| 24 | +If the bug requires specific steps to reproduce, please include detailed instructions that would work on a fresh install of macOS, Windows, OpenBSD, or Ubuntu Linux. |
25 | 25 |
|
26 | | -If you don't have any clear understanding of the issue or can't enumerate the steps to reproduce it, open a discussion instead: |
27 | | -https://github.com/DNSCrypt/dnscrypt-proxy/discussions |
| 26 | +Not sure if it's a bug? Start a [discussion](https://github.com/DNSCrypt/dnscrypt-proxy/discussions) first - we're happy to help figure it out. |
28 | 27 |
|
| 28 | +--- |
29 | 29 |
|
30 | | -## Output of the following commands: |
| 30 | +## Diagnostic output |
31 | 31 |
|
32 | | -./dnscrypt-proxy -version |
| 32 | +Please run these commands and paste the output: |
33 | 33 |
|
| 34 | +``` |
| 35 | +./dnscrypt-proxy -version |
34 | 36 | ./dnscrypt-proxy -check |
35 | | -
|
36 | 37 | ./dnscrypt-proxy -resolve example.com |
37 | | -
|
| 38 | +``` |
38 | 39 |
|
39 | 40 | - [ ] Initially raised as discussion #... |
40 | 41 |
|
| 42 | +## What's happening? |
41 | 43 |
|
| 44 | +## When does this occur? |
42 | 45 |
|
43 | | -## *What* is affected by this bug? |
44 | | -
|
45 | | -
|
46 | | -
|
47 | | -## *When* does this occur? |
48 | | -
|
49 | | -
|
50 | | -
|
51 | | -## *Where* does it happen? |
52 | | -
|
53 | | -
|
54 | | -
|
55 | | -## *How* do we replicate the issue? |
56 | | -<!-- Please list all the steps required to reliably replicate it, starting from a newly installed operating system --> |
57 | | -
|
58 | | -
|
| 46 | +## Where does it happen? |
59 | 47 |
|
60 | | -## Expected behavior (i.e. solution) |
| 48 | +## How do we replicate the issue? |
61 | 49 |
|
| 50 | +<!-- Starting from a fresh OS install, what steps trigger this bug? --> |
62 | 51 |
|
| 52 | +## Expected behavior |
63 | 53 |
|
64 | | -## Other Comments |
| 54 | +## Additional context |
65 | 55 |
|
0 commit comments