From ff32f76cd044bf058e13b5d8b0b1f4c720191f44 Mon Sep 17 00:00:00 2001 From: Zack Date: Wed, 22 May 2019 00:13:58 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 26 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.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 00000000..f1b54b37 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,26 @@ +--- +name: Bug Report +about: Create a report to help us find and fix bugs +title: "[Bug]" +labels: bug +assignees: '' + +--- + +**Describe the Bug** + + +**To Reproduce** + + +**Expected Behavior** + + +**Screenshots** + + +**Discord Version** + + +**Additional Context** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..f69c8f68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature]" +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** + + +**Describe the feature you'd like** + + +**Additional context** +