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?