From 1e3f03ab0caa48a8c1508e9e4a237dfc2b49467d Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 27 Mar 2021 01:19:01 +0100 Subject: [PATCH] ... --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++--- .github/ISSUE_TEMPLATE/contributions.md | 22 ---------- .github/ISSUE_TEMPLATE/protocol.md | 12 ----- .github/ISSUE_TEMPLATE/suggestions.md | 33 ++++---------- .github/ISSUE_TEMPLATE/support.md | 58 ------------------------- 5 files changed, 16 insertions(+), 121 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/contributions.md delete mode 100644 .github/ISSUE_TEMPLATE/protocol.md delete mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9e7319c9..ee182c65 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,19 +9,21 @@ assignees: '' ## Please read the context below before submitting a bug report -This is not a place to ask for support. +The issue tracker is reserved to tracking bugs, reproducible in the context described in the +"Context" section. + +Installation and configuration issues are not bugs, but individual assistance request. +In order to ask for help, please use the [discussions](https://github.com/DNSCrypt/dnscrypt-proxy/discussions/categories/q-a) section instead. - + + ## Output of the following commands: diff --git a/.github/ISSUE_TEMPLATE/contributions.md b/.github/ISSUE_TEMPLATE/contributions.md deleted file mode 100644 index eb251059..00000000 --- a/.github/ISSUE_TEMPLATE/contributions.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: "⛹🏼 Contributions" -about: Contribute to the project -title: '' -labels: '' -assignees: '' - ---- - -## Subject - -* [ ] I'd like to contribute to the project (code, documentation, website, advocacy, integration, ...) -* [ ] I want to run my own DNSCrypt and/or DoH server -* [ ] I'd like to have my existing server added to a public list of encrypted DNS servers -* [ ] I'd like to announce a new application/website/article related to the project -* [ ] I have questions about the DNSCrypt or Anonymized DNSCrypt protocols -* [ ] I am a MacOS developer and I'd like to contribute a GUI for dnscrypt-proxy -* [ ] I am an Android developer and I'd like to contribute an Android app -* [ ] I am a technical writer and I'd like to help write an IETF Internet Draft for the DNSCrypt protocol -* [ ] Other - -## Description diff --git a/.github/ISSUE_TEMPLATE/protocol.md b/.github/ISSUE_TEMPLATE/protocol.md deleted file mode 100644 index 0e6475c6..00000000 --- a/.github/ISSUE_TEMPLATE/protocol.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: "🧚🏼‍♂️ Protocol" -about: Questions about the DNSCrypt protocol (not dnscrypt-proxy) and its implementations -title: '' -labels: '' -assignees: '' - ---- - - \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/suggestions.md b/.github/ISSUE_TEMPLATE/suggestions.md index 0aa1b68a..83ea5936 100644 --- a/.github/ISSUE_TEMPLATE/suggestions.md +++ b/.github/ISSUE_TEMPLATE/suggestions.md @@ -1,37 +1,22 @@ --- -name: "\U0001F389 Suggestions" -about: Suggest an improvement idea for this project +name: "🙋🏽 Planned changes" +about: List of planned changes title: '' labels: '' assignees: '' --- -## Describe the improvement you are thinking of - +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. -## Alternatives you've considered - +We can then determine if the discussion needs to be escalated into a "planned change" or not. +This will help us ensure that the issue tracker properly reflects ongoing or needed work on the project. +--- -## Who will that feature be useful to? - - - - -## What have you done already? - - - - -## What are you going to contribute? - - - - -## Additional context - - +- [ ] Initially raised as discussion #... diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md deleted file mode 100644 index 4f2565b5..00000000 --- a/.github/ISSUE_TEMPLATE/support.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -name: "🙋🏽 Support" -about: Free customer service line -title: '' -labels: '' -assignees: '' - ---- - - \ No newline at end of file