From b5d06d0f37f3d390135861070ef9c1baa93ec935 Mon Sep 17 00:00:00 2001 From: Miguel Rodriguez Date: Sat, 26 Sep 2020 00:08:45 -0400 Subject: [PATCH] Add issue templates (#15) * Create config.yml * Create bug.md * Create feature-request.md * Allow blank issues to be made --- .github/ISSUE_TEMPLATE/bug.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/feature-request.md | 15 +++++++++++ 3 files changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..8b25d05 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,31 @@ +--- +name: Bug Reporting +about: Bugs within Imposter +--- + +# Bug Report + +## Base Information +- Operating System +- Imposter Version +- Among Us Version + +## I confirm: +- [ ] that I have searched for an existing bug report for this issue. + + +## Symptoms + + + +Enter Symptoms on this line. + +## Reproduction + + + +Enter reproductions steps here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0086358 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..87084b4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,15 @@ +--- +name: Feature Request +about: To ask and request new features with Impostor +--- + +# Feature Request + +## Feature Information: + + +## I confirm: +- [ ] that I have searched for an existing feature request matching the description. -- 2.39.5