Skip to content

Commit 659013c

Browse files
committed
Tighten the issue template
1 parent 461289a commit 659013c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bugs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ assignees: ''
99

1010
Thanks for taking the time to report a bug! Before filing, please note:
1111

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.
12+
**Need help or have a question?** The issue tracker is for confirmed, reproducible bugs only. For installation help, configuration help, troubleshooting, or general questions, please read the [documentation](https://dnscrypt.info/doc) first. If you still need assistance, use our [Q&A Discussions](https://github.com/DNSCrypt/dnscrypt-proxy/discussions/categories/q-a) instead - you'll likely get a faster response there.
1313

1414
---
1515

1616
### Before submitting
1717

1818
Please make sure:
1919

20+
- You've read the [documentation](https://dnscrypt.info/doc) and this is not answered there already
2021
- You're running the **latest version** of `dnscrypt-proxy` (precompiled binaries from this repository)
2122
- The software is correctly installed and configured
2223
- You can reliably reproduce the issue
@@ -37,6 +38,7 @@ Please run these commands and paste the output:
3738
./dnscrypt-proxy -resolve example.com
3839
```
3940

41+
- [ ] I read the documentation and this is not answered there
4042
- [ ] Initially raised as discussion #...
4143

4244
## What's happening?

.github/ISSUE_TEMPLATE/suggestions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ assignees: ''
99

1010
Got an idea for improving dnscrypt-proxy? We'd love to hear it!
1111

12+
Please read the [documentation](https://dnscrypt.info/doc) first in case the behavior already exists or is already documented.
13+
1214
### Start with a discussion
1315

1416
The best way to propose a new feature is to start in [Discussions](https://github.com/DNSCrypt/dnscrypt-proxy/discussions/) under the "Ideas" category. This lets us:

0 commit comments

Comments
 (0)