diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.md b/.github/ISSUE_TEMPLATE/1_Bug_report.md new file mode 100644 index 000000000..f3f829a1c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.md @@ -0,0 +1,17 @@ +--- +name: "⚠️ Bug report" +about: Use this template to create a bug report + +--- + +**Actual behavior (the bug)** +A description of what happened + +**Expected behavior** +A description of what you expected to happen + +**To Reproduce** +Steps to reproduce the behavior + +**Additional context** +Add any other context about the bug here diff --git a/.github/ISSUE_TEMPLATE/2_Feature_request.md b/.github/ISSUE_TEMPLATE/2_Feature_request.md new file mode 100644 index 000000000..63629e58c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_Feature_request.md @@ -0,0 +1,11 @@ +--- +name: "\U0001F6A9 Feature request" +about: Use this template to suggest/request a feature + +--- + +**Describe the feature** +A description of the feature + +**Additional context** +Add any other context about the feature request here diff --git a/.github/ISSUE_TEMPLATE/3_Question.md b/.github/ISSUE_TEMPLATE/3_Question.md new file mode 100644 index 000000000..2a6164b15 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_Question.md @@ -0,0 +1,7 @@ +--- +name: "\U0001F4AC Question" +about: Use this template to ask a question + +--- + +**Describe your question** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/4_General.md b/.github/ISSUE_TEMPLATE/4_General.md new file mode 100644 index 000000000..4fc5a1ec0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4_General.md @@ -0,0 +1,7 @@ +--- +name: "\U0001F4DD General issue" +about: Use this template if the other templates don't fit + +--- + +**Describe your issue** \ No newline at end of file