From 789e5bf162024e09e7ab3537c98e92549d638f8e Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 27 Mar 2021 01:51:44 +0100 Subject: [PATCH] ... --- .github/ISSUE_TEMPLATE/bugs.md | 12 ++++++++---- .github/ISSUE_TEMPLATE/suggestions.md | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bugs.md b/.github/ISSUE_TEMPLATE/bugs.md index fedbfe1e..cf33acd5 100644 --- a/.github/ISSUE_TEMPLATE/bugs.md +++ b/.github/ISSUE_TEMPLATE/bugs.md @@ -13,7 +13,8 @@ This tracker is dedicated to tracking bugs, reproducible in the context describe "Context" section. Installation and configuration issues are not bugs, but individual assistance request. -In order to ask for help, please use the [discussions (Q&A)](https://github.com/DNSCrypt/dnscrypt-proxy/discussions/categories/q-a) section instead. +In order to ask for help, please use the discussions (Q&A) section instead: +https://github.com/DNSCrypt/dnscrypt-proxy/discussions/categories/q-a 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 @@ -27,11 +28,14 @@ system, in their most current version. ## Output of the following commands: -dnscrypt-proxy -version +./dnscrypt-proxy -version -dnscrypt-proxy -check +./dnscrypt-proxy -check -dnscrypt-proxy -resolve example.com +./dnscrypt-proxy -resolve example.com + + +- [ ] Initially raised as discussion #... diff --git a/.github/ISSUE_TEMPLATE/suggestions.md b/.github/ISSUE_TEMPLATE/suggestions.md index 83ea5936..71b2cb43 100644 --- a/.github/ISSUE_TEMPLATE/suggestions.md +++ b/.github/ISSUE_TEMPLATE/suggestions.md @@ -11,7 +11,7 @@ The starting point should be a discussion. https://github.com/DNSCrypt/dnscrypt-proxy/discussions/ -Possible bugs may be raised as a "Potential issue" discussion, suggestions may be raised as an "Ideas" discussion. +Suggestions may be raised as an "Ideas" discussion. We can then determine if the discussion needs to be escalated into a "planned change" or not.