]> git.deb.at Git - rhonda/impostor.git/commitdiff
Update issue templates
authorAeonLucid <aeonlucid@outlook.com>
Sun, 25 Oct 2020 04:31:25 +0000 (05:31 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Oct 2020 04:31:25 +0000 (05:31 +0100)
12 files changed:
.github/ISSUE_TEMPLATE/1--bug-reporting.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/2--feature-request.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/3--api-suggestion.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/4--api-invalid-data.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/5--api-unavailable-data.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/6--api-other.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/api-invalid.md
.github/ISSUE_TEMPLATE/api-other.md
.github/ISSUE_TEMPLATE/api-suggestion.md
.github/ISSUE_TEMPLATE/api-unavailable.md
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/feature-request.md

diff --git a/.github/ISSUE_TEMPLATE/1--bug-reporting.md b/.github/ISSUE_TEMPLATE/1--bug-reporting.md
new file mode 100644 (file)
index 0000000..56f52a1
--- /dev/null
@@ -0,0 +1,35 @@
+---
+name: 1. Bug reporting
+about: Bugs within Imposter
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+# 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/2--feature-request.md b/.github/ISSUE_TEMPLATE/2--feature-request.md
new file mode 100644 (file)
index 0000000..8aa42e6
--- /dev/null
@@ -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/.github/ISSUE_TEMPLATE/3--api-suggestion.md b/.github/ISSUE_TEMPLATE/3--api-suggestion.md
new file mode 100644 (file)
index 0000000..84883fc
--- /dev/null
@@ -0,0 +1,26 @@
+---
+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.
+-->
+
+## Expected result
+<!--
+Describe the expected result.
+This is necessary so we can estimate whether your suggestion is possible.
+-->
diff --git a/.github/ISSUE_TEMPLATE/4--api-invalid-data.md b/.github/ISSUE_TEMPLATE/4--api-invalid-data.md
new file mode 100644 (file)
index 0000000..6ebe139
--- /dev/null
@@ -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/.github/ISSUE_TEMPLATE/5--api-unavailable-data.md b/.github/ISSUE_TEMPLATE/5--api-unavailable-data.md
new file mode 100644 (file)
index 0000000..698c9ab
--- /dev/null
@@ -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/.github/ISSUE_TEMPLATE/6--api-other.md b/.github/ISSUE_TEMPLATE/6--api-other.md
new file mode 100644 (file)
index 0000000..9077852
--- /dev/null
@@ -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: ''
+
+---
+
+
index 2bf66f57fe20decc9e6afbf483180d05be9e8510..8115703d44066a16c1b7dd10abfd899c69efa6f9 100644 (file)
@@ -1,6 +1,10 @@
 ---
 name: Api invalid data
 about: To let us know about invalid data in the api
+title: 
+labels: 
+assignees: 
+
 ---
 
 # Api missing data
index 4d461d365a03f2bd8f1c761bfab68f14d53986c8..58a75d08491f5c28c96f64897db303dbc7c2a33b 100644 (file)
@@ -1,4 +1,10 @@
 ---
 name: Api other
 about: For anything about the api that does not fit in the other issues
+title: 
+labels: 
+assignees: 
+
 ---
+
+
index 16ed0cbeb0b7cea94757273fcb79d72b7ba654ef..6d461fb7c8760a568bcb7af33017ab562d879f52 100644 (file)
@@ -1,6 +1,10 @@
 ---
 name: Api suggestion
 about: To make suggestions for the plugin api
+title: 
+labels: 
+assignees: 
+
 ---
 
 # Api Suggestion
index d71370d7eb4742764c2f44ffd73ba97737ec2122..4249290e636eb053f090109149de83da99899837 100644 (file)
@@ -1,6 +1,10 @@
 ---
 name: Api unavailable data
 about: To let us know about unavailable data from the api that you would like to use
+title: 
+labels: 
+assignees: 
+
 ---
 
 # Api missing data
index 8b25d05c2fd171aada6a8a81d7293ad58850e43f..5ded5e7993930c3caff0b9a2192c223976c27490 100644 (file)
@@ -1,6 +1,10 @@
 ---
 name: Bug Reporting
 about: Bugs within Imposter
+title: 
+labels: 
+assignees: 
+
 ---
 
 # Bug Report
index 45341c0702196e0028adb43255099aa843edac90..1f08797e16dd2829a78b4162b1bb54d2fee3dff2 100644 (file)
@@ -1,6 +1,10 @@
 ---
 name: Feature request
 about: To ask and request new features with Impostor
+title: 
+labels: 
+assignees: 
+
 ---
 
 # Feature Request