summaryrefslogtreecommitdiff
path: root/Impostor-dev/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to 'Impostor-dev/.github/ISSUE_TEMPLATE')
-rw-r--r--Impostor-dev/.github/ISSUE_TEMPLATE/1--bug-reporting.md35
-rw-r--r--Impostor-dev/.github/ISSUE_TEMPLATE/2--feature-request.md19
-rw-r--r--Impostor-dev/.github/ISSUE_TEMPLATE/3--api-suggestion.md20
-rw-r--r--Impostor-dev/.github/ISSUE_TEMPLATE/4--api-invalid-data.md25
-rw-r--r--Impostor-dev/.github/ISSUE_TEMPLATE/5--api-unavailable-data.md20
-rw-r--r--Impostor-dev/.github/ISSUE_TEMPLATE/6--api-other.md10
-rw-r--r--Impostor-dev/.github/ISSUE_TEMPLATE/config.yml1
7 files changed, 130 insertions, 0 deletions
diff --git a/Impostor-dev/.github/ISSUE_TEMPLATE/1--bug-reporting.md b/Impostor-dev/.github/ISSUE_TEMPLATE/1--bug-reporting.md
new file mode 100644
index 0000000..cd4dab5
--- /dev/null
+++ b/Impostor-dev/.github/ISSUE_TEMPLATE/1--bug-reporting.md
@@ -0,0 +1,35 @@
+---
+name: 1. Bug reporting
+about: Bugs within Impostor
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+# Bug Report
+
+## Base Information
+- Operating System
+- Impostor 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/Impostor-dev/.github/ISSUE_TEMPLATE/2--feature-request.md b/Impostor-dev/.github/ISSUE_TEMPLATE/2--feature-request.md
new file mode 100644
index 0000000..8aa42e6
--- /dev/null
+++ b/Impostor-dev/.github/ISSUE_TEMPLATE/2--feature-request.md
@@ -0,0 +1,19 @@
+---
+name: 2. Feature request
+about: To ask and request new features with Impostor
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+# 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.
diff --git a/Impostor-dev/.github/ISSUE_TEMPLATE/3--api-suggestion.md b/Impostor-dev/.github/ISSUE_TEMPLATE/3--api-suggestion.md
new file mode 100644
index 0000000..bfed62f
--- /dev/null
+++ b/Impostor-dev/.github/ISSUE_TEMPLATE/3--api-suggestion.md
@@ -0,0 +1,20 @@
+---
+name: 3. Api suggestion
+about: To make suggestions for the plugin api
+title: ''
+labels: api
+assignees: ''
+
+---
+
+# Api Suggestion
+
+## Suggestion
+<!--
+Describe your suggestion as detailed as possible.
+-->
+
+## Use case
+<!--
+Describe what you need it for.
+-->
diff --git a/Impostor-dev/.github/ISSUE_TEMPLATE/4--api-invalid-data.md b/Impostor-dev/.github/ISSUE_TEMPLATE/4--api-invalid-data.md
new file mode 100644
index 0000000..6ebe139
--- /dev/null
+++ b/Impostor-dev/.github/ISSUE_TEMPLATE/4--api-invalid-data.md
@@ -0,0 +1,25 @@
+---
+name: 4. Api invalid data
+about: To let us know about invalid data in the api
+title: ''
+labels: api
+assignees: ''
+
+---
+
+# Api missing data
+
+## Data
+<!--
+Describe about the missing data that you need.
+-->
+
+## Expectations
+<!--
+Describe what the api gave you and what you expected.
+-->
+
+## Reproduce
+<!--
+Describe how to reproduce the issue.
+-->
diff --git a/Impostor-dev/.github/ISSUE_TEMPLATE/5--api-unavailable-data.md b/Impostor-dev/.github/ISSUE_TEMPLATE/5--api-unavailable-data.md
new file mode 100644
index 0000000..698c9ab
--- /dev/null
+++ b/Impostor-dev/.github/ISSUE_TEMPLATE/5--api-unavailable-data.md
@@ -0,0 +1,20 @@
+---
+name: 5. Api unavailable data
+about: To let us know about unavailable data from the api that you would like to use
+title: ''
+labels: api
+assignees: ''
+
+---
+
+# Api missing data
+
+## Data
+<!--
+Describe about the unavailable data that you need.
+-->
+
+## Use-case
+<!--
+Describe what you need it for.
+-->
diff --git a/Impostor-dev/.github/ISSUE_TEMPLATE/6--api-other.md b/Impostor-dev/.github/ISSUE_TEMPLATE/6--api-other.md
new file mode 100644
index 0000000..9077852
--- /dev/null
+++ b/Impostor-dev/.github/ISSUE_TEMPLATE/6--api-other.md
@@ -0,0 +1,10 @@
+---
+name: 6. Api other
+about: For anything about the api that does not fit in the other issues
+title: ''
+labels: api
+assignees: ''
+
+---
+
+
diff --git a/Impostor-dev/.github/ISSUE_TEMPLATE/config.yml b/Impostor-dev/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..0086358
--- /dev/null
+++ b/Impostor-dev/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
+blank_issues_enabled: true