diff --git a/.github/ISSUE_TEMPLATE/bug-report-or-suport-request.md b/.github/ISSUE_TEMPLATE/bug-report-or-suport-request.md new file mode 100644 index 0000000..6359997 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-or-suport-request.md @@ -0,0 +1,46 @@ +--- +name: Bug report / Support request +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Checklist** + +- [ ] I read the [README](https://github.com/ookangzheng/blahdns/blob/master/README.md) +- [ ] I read the [FAQ](https://github.com/ookangzheng/blahdns/blob/master/FAQ.md) +- [ ] I searched the [issues](https://github.com/ookangzheng/blahdns/issues?q=is%3Aissue+) +- [ ] My issue is about the blahdns, and not DNS itself + +**Describe the issue** +A clear and concise description of what the issue is. + +**To Reproduce** +Steps to reproduce the behavior: + +1. ... + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Logs** +If applicable, add logs or screenshots to help explain your problem. + +If you can reproduce the issue, please describe it below. + +**Server if applicable):** + +- OS: [e.g. Debian 10] +- Hosting provider (if applicable): [e.g. Vultr, AWS, OpenWRT, RaspberryPI] + +**Client (if applicable):** + +- Device: [e.g. iPhone, Android, Linux, Windows] +- OS: [e.g. iOS13, Android 10, Debian 10, Windows 10] +- Client: [e.g. Nebulo, Unbound, Bind9, Dnscrypt-v2, Intra] +- Protocol: [e.g. DoH, DoT, Dnscrypt] + +**Additional context** +Add any other context about the problem here.