]> git.deb.at Git - rhonda/impostor.git/commitdiff
Update issue templates
authorAeonLucid <aeonlucid@outlook.com>
Sun, 25 Oct 2020 04:32:39 +0000 (05:32 +0100)
committerAeonLucid <aeonlucid@outlook.com>
Sun, 25 Oct 2020 04:32:39 +0000 (05:32 +0100)
.github/ISSUE_TEMPLATE/api-invalid.md [deleted file]
.github/ISSUE_TEMPLATE/api-other.md [deleted file]
.github/ISSUE_TEMPLATE/api-suggestion.md [deleted file]
.github/ISSUE_TEMPLATE/api-unavailable.md [deleted file]
.github/ISSUE_TEMPLATE/bug.md [deleted file]
.github/ISSUE_TEMPLATE/feature-request.md [deleted file]
docs/Writing-a-plugin.md

diff --git a/.github/ISSUE_TEMPLATE/api-invalid.md b/.github/ISSUE_TEMPLATE/api-invalid.md
deleted file mode 100644 (file)
index 8115703..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
----
-name: Api invalid data
-about: To let us know about invalid data in the api
-title: 
-labels: 
-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/api-other.md b/.github/ISSUE_TEMPLATE/api-other.md
deleted file mode 100644 (file)
index 58a75d0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
----
-name: Api other
-about: For anything about the api that does not fit in the other issues
-title: 
-labels: 
-assignees: 
-
----
-
-
diff --git a/.github/ISSUE_TEMPLATE/api-suggestion.md b/.github/ISSUE_TEMPLATE/api-suggestion.md
deleted file mode 100644 (file)
index 6d461fb..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
----
-name: Api suggestion
-about: To make suggestions for the plugin api
-title: 
-labels: 
-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/api-unavailable.md b/.github/ISSUE_TEMPLATE/api-unavailable.md
deleted file mode 100644 (file)
index 4249290..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
----
-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
-
-## Data
-<!--
-Describe about the unavailable data that you need.
--->
-
-## Use-case
-<!--
-Describe what you need it for.
--->
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
deleted file mode 100644 (file)
index 5ded5e7..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
----
-name: 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/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md
deleted file mode 100644 (file)
index 1f08797..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
----
-name: 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.
index 15afa6f78801f7a08dcfb31c28bcab10ce51588d..b3fec73b01b72813b1cf78e260f7d42a73583097 100644 (file)
@@ -238,7 +238,7 @@ The `Impostor.Api` is currently in beta. There are a lot of things still missing
 
 Create an issue:
 
-- [Suggest a function](https://github.com/Impostor/Impostor/issues/new?template=api-suggestion.md)
-- [Data is invalid](https://github.com/Impostor/Impostor/issues/new?template=api-invalid.md)
-- [Data is unavailable](https://github.com/Impostor/Impostor/issues/new?template=api-missing.md)
-- [Other](https://github.com/Impostor/Impostor/issues/new?template=api-other.md)
\ No newline at end of file
+- [Suggest a function](https://github.com/Impostor/Impostor/issues/new?template=3--api-suggestion.md)
+- [Data is invalid](https://github.com/Impostor/Impostor/issues/new?template=4--api-invalid.md)
+- [Data is unavailable](https://github.com/Impostor/Impostor/issues/new?template=5--api-missing.md)
+- [Other](https://github.com/Impostor/Impostor/issues/new?template=6--api-other.md)
\ No newline at end of file