From deeabe9438a55da6b062992d83866930de4c3290 Mon Sep 17 00:00:00 2001 From: roman-rr Date: Sun, 16 May 2021 13:05:53 +0700 Subject: [PATCH] issue template updated to prevent spam in repository Cherry-picked from dogecoin/master at b5989ee03 --- .github/ISSUE_TEMPLATE.md | 35 -------------------- .github/ISSUE_TEMPLATE/bug_report.md | 40 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 30 +++++++++++++++++ 3 files changed, 70 insertions(+), 35 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index ed672a58e..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,35 +0,0 @@ - - -This issue tracker is only for technical issues related to Dogecoin Core. - -For general questions about Dogecoin please use one of the various communities, e.g. Reddit, IRC, Discord, etc. - -### Describe the issue - -### Can you reliably reproduce the issue? -#### If so, please list the steps to reproduce below: -1. -2. -3. - -### Expected behaviour -Tell us what should happen - -### Actual behaviour -Tell us what happens instead - -### Screenshots. -If the issue is related to the GUI, screenshots can be added to this issue via drag & drop. - -### What version of Dogecoin Core are you using? -List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA. - -### Machine specs: -- OS: -- CPU: -- RAM: -- Disk size: -- Disk Type (HD/SDD): - -### Any extra information that might be useful in the debugging process. -This is normally the contents of a `debug.log` or `config.log` file. Raw text or a link to a pastebin type site are preferred. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..016cfd307 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: 🐜 Bug Report +about: Create a report to help us improve +title: '[bug] ' +--- + + + + + + + +# Bug Report + +**Current behavior:** + + +**Expected behavior** + + +**Steps to reproduce:** + + +**Screenshots** + + +**Dogecoin Core version** + + +**Machine specs** +- OS: +- CPU: +- RAM: +- Disk size: +- Disk Type (HD/SDD): + +**Extra information** + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..b38eb5250 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,30 @@ +--- +name: 🚀 Feature Request +about: Suggest an idea for this project +title: '[feat] ' +--- + + + + + + + +# Feature Request + +**Describe the Feature Request** + + +**Describe Preferred Solution** + + +**Describe Alternatives** + + +**Related Code** + + +**Additional Context** + \ No newline at end of file