]> git.deb.at Git - rhonda/impostor.git/commitdiff
Add issue templates (#15)
authorMiguel Rodriguez <miguemely@users.noreply.github.com>
Sat, 26 Sep 2020 04:08:45 +0000 (00:08 -0400)
committerGitHub <noreply@github.com>
Sat, 26 Sep 2020 04:08:45 +0000 (06:08 +0200)
* Create config.yml

* Create bug.md

* Create feature-request.md

* Allow blank issues to be made

.github/ISSUE_TEMPLATE/bug.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature-request.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
new file mode 100644 (file)
index 0000000..8b25d05
--- /dev/null
@@ -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 
+
+<!--
+Write symptoms here.
+-->
+
+Enter Symptoms on this line.
+
+## Reproduction
+
+<!--
+ How do you reproduce the bug you have here.
+-->
+
+Enter reproductions steps here.
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644 (file)
index 0000000..0086358
--- /dev/null
@@ -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 (file)
index 0000000..87084b4
--- /dev/null
@@ -0,0 +1,15 @@
+---
+name: Feature Request
+about: To ask and request new features with Impostor
+---
+
+# Feature Request
+
+## Feature Information:
+<!--
+ - One issue per post! Do not try and bring up multiple requests in a single post.
+ - What should it do?
+-->
+
+## I confirm:
+- [ ] that I have searched for an existing feature request matching the description.