From 222ea1fe816f12c128b79a19cf1c09d227a95063 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Sun, 25 Oct 2020 05:32:39 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/api-invalid.md | 25 ---------------- .github/ISSUE_TEMPLATE/api-other.md | 10 ------- .github/ISSUE_TEMPLATE/api-suggestion.md | 26 ----------------- .github/ISSUE_TEMPLATE/api-unavailable.md | 20 ------------- .github/ISSUE_TEMPLATE/bug.md | 35 ----------------------- .github/ISSUE_TEMPLATE/feature-request.md | 19 ------------ docs/Writing-a-plugin.md | 8 +++--- 7 files changed, 4 insertions(+), 139 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/api-invalid.md delete mode 100644 .github/ISSUE_TEMPLATE/api-other.md delete mode 100644 .github/ISSUE_TEMPLATE/api-suggestion.md delete mode 100644 .github/ISSUE_TEMPLATE/api-unavailable.md delete mode 100644 .github/ISSUE_TEMPLATE/bug.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/api-invalid.md b/.github/ISSUE_TEMPLATE/api-invalid.md deleted file mode 100644 index 8115703..0000000 --- a/.github/ISSUE_TEMPLATE/api-invalid.md +++ /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 - - -## Expectations - - -## Reproduce - diff --git a/.github/ISSUE_TEMPLATE/api-other.md b/.github/ISSUE_TEMPLATE/api-other.md deleted file mode 100644 index 58a75d0..0000000 --- a/.github/ISSUE_TEMPLATE/api-other.md +++ /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 index 6d461fb..0000000 --- a/.github/ISSUE_TEMPLATE/api-suggestion.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Api suggestion -about: To make suggestions for the plugin api -title: -labels: -assignees: - ---- - -# Api Suggestion - -## Suggestion - - -## Use case - - -## Expected result - diff --git a/.github/ISSUE_TEMPLATE/api-unavailable.md b/.github/ISSUE_TEMPLATE/api-unavailable.md deleted file mode 100644 index 4249290..0000000 --- a/.github/ISSUE_TEMPLATE/api-unavailable.md +++ /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 - - -## Use-case - diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md deleted file mode 100644 index 5ded5e7..0000000 --- a/.github/ISSUE_TEMPLATE/bug.md +++ /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 - - - -Enter Symptoms on this line. - -## Reproduction - - - -Enter reproductions steps here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index 1f08797..0000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /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: - - -## I confirm: -- [ ] that I have searched for an existing feature request matching the description. diff --git a/docs/Writing-a-plugin.md b/docs/Writing-a-plugin.md index 15afa6f..b3fec73 100644 --- a/docs/Writing-a-plugin.md +++ b/docs/Writing-a-plugin.md @@ -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 -- 2.39.5