mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
Nits
This commit is contained in:
parent
76392285e2
commit
6430ae942c
2 changed files with 25 additions and 6 deletions
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: "\U0001F41E Bug report"
|
||||
name: "\U0001F41E Bug report (not support requests)"
|
||||
about: Create a report about a reproducible bug in the latest version
|
||||
title: ''
|
||||
labels: ''
|
||||
|
@ -7,6 +7,10 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
## Please read the context below before submitting a bug report
|
||||
|
||||
This is not a place to ask for support.
|
||||
|
||||
<!--
|
||||
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
|
||||
|
@ -19,6 +23,16 @@ to reliably duplicate it, on a vanilla, generic install of macOS, Windows, OpenB
|
|||
system, in their most current version.
|
||||
-->
|
||||
|
||||
## Output of the following commands:
|
||||
|
||||
dnscrypt-proxy -version
|
||||
|
||||
dnscrypt-proxy -check
|
||||
|
||||
dnscrypt-proxy -resolve example.com
|
||||
|
||||
|
||||
|
||||
## *What* is affected by this bug?
|
||||
|
||||
|
||||
|
|
15
.github/ISSUE_TEMPLATE/support.md
vendored
15
.github/ISSUE_TEMPLATE/support.md
vendored
|
@ -8,13 +8,17 @@ assignees: ''
|
|||
---
|
||||
|
||||
<!--
|
||||
Hi!
|
||||
|
||||
Please understand that this project is maintained by volunteers, and that answering support
|
||||
tickets to help with specific, personal issues is time consuming, mentally exhausting, and
|
||||
is time not spend in improving the software itself.
|
||||
|
||||
Saying hi, thank you and clearly describing what you tried and what happened would be
|
||||
fantastic. In order for the answer to be easy to find for other people hitting the same
|
||||
thing, please write a short summary in the title ("problem" and "doesn't work" are very
|
||||
Saying hi, thank you and clearly describing what problem you are trying to solve (not
|
||||
what you tried and didn't work) would be both polite and fantastic.
|
||||
|
||||
In order for the answer to be easy to find for other people hitting the same thing,
|
||||
please write a short summary in the title ("problem" and "doesn't work" are very
|
||||
depressing to read, and don't make a description unique - show that you can do better!)
|
||||
|
||||
Make sure that you are using the last version (downloaded from this repository or installed
|
||||
|
@ -28,7 +32,8 @@ time, making it difficult to pinpoint which one didn't work as expected. So, sta
|
|||
a standard configuration and do small, incremental changes.
|
||||
|
||||
The only supported way to install the service is `dnscrypt-proxy -service install`.
|
||||
After having tried it interactively interactively.
|
||||
|
||||
Prior to that, run `dnscrypt-proxy` interactively and check for any errors.
|
||||
|
||||
You already saw `dnscrypt-proxy -resolve` in the documentation. If you are experiencing
|
||||
resolution issues, use this command to resolve DNS queries for diagnostics, not a web
|
||||
|
@ -47,7 +52,7 @@ all the time!
|
|||
Finally, if the issue is solved, and this is something that wouldn't have happened if
|
||||
it had been documented, feel free to proudly improve the documentation (it is a wiki).
|
||||
|
||||
Thanks for reading all this, and have a wonderful day.
|
||||
Thanks for reading all this, and have a wonderful day!
|
||||
|
||||
(you can now delete all this to start writing a beautiful blank page)
|
||||
-->
|
Loading…
Add table
Add a link
Reference in a new issue