From 62fa6ed2e9443b0d495ad6a7dc0603f719cc93d0 Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Sat, 18 Apr 2020 20:32:02 -0500 Subject: [PATCH] Better Bug Report and Issue Templates for Prysm (#5505) * issue templates * ask for flags * Merge branch 'master' into issue-templ * rules node * Merge branch 'issue-templ' of github.com:prysmaticlabs/prysm into issue-templ --- .github/ISSUE_TEMPLATE/bug_report.md | 59 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/discussion.md | 21 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 27 +++++++++++ 3 files changed, 107 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/discussion.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..044832300 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,59 @@ +--- +name: "\U0001F41EBug report" +about: Report a bug or problem with running Prysm +--- + + +# 🐞 Bug Report + +### Description + + A clear and concise description of the problem... + +### Has this worked before in a previous version? + + + Yes, the previous version in which this bug was not present was: .... + +## 🔬 Minimal Reproduction + + + +## 🔥 Error + +

+
+
+
+
+ + +## 🌍 Your Environment + +**Operating System:** + +
+  
+
+  
+
+ +**What version of Prysm are you running? (Which release)** + +
+  
+
+  
+
+ +**Anything else relevant (validator index / public key)?** + diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md new file mode 100644 index 000000000..23342b5f9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -0,0 +1,21 @@ +--- +name: "\U0001F48EGeneral issue / discussion" +about: Any other type of general issue or discussion + +--- + + +# 💎 Issue + +### Background + + Context and background information on the discussion... + +### Description diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..9baaa99da --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,27 @@ +--- +name: "\U0001F680Feature request" +about: Suggest a feature for Prysm + +--- + + +# 🚀 Feature Request + +### Description + + A clear and concise description of the problem or missing capability... + +### Describe the solution you'd like + + If you have a solution in mind, please describe it. + +### Describe alternatives you've considered + + Have you considered any alternative solutions or workarounds?