From e1889727708cca9da96948a3280c3600d9911577 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Sun, 25 Oct 2020 05:31:25 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/1--bug-reporting.md | 35 +++++++++++++++++++ .github/ISSUE_TEMPLATE/2--feature-request.md | 19 ++++++++++ .github/ISSUE_TEMPLATE/3--api-suggestion.md | 26 ++++++++++++++ .github/ISSUE_TEMPLATE/4--api-invalid-data.md | 25 +++++++++++++ .../ISSUE_TEMPLATE/5--api-unavailable-data.md | 20 +++++++++++ .github/ISSUE_TEMPLATE/6--api-other.md | 10 ++++++ .github/ISSUE_TEMPLATE/api-invalid.md | 4 +++ .github/ISSUE_TEMPLATE/api-other.md | 6 ++++ .github/ISSUE_TEMPLATE/api-suggestion.md | 4 +++ .github/ISSUE_TEMPLATE/api-unavailable.md | 4 +++ .github/ISSUE_TEMPLATE/bug.md | 4 +++ .github/ISSUE_TEMPLATE/feature-request.md | 4 +++ 12 files changed, 161 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1--bug-reporting.md create mode 100644 .github/ISSUE_TEMPLATE/2--feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/3--api-suggestion.md create mode 100644 .github/ISSUE_TEMPLATE/4--api-invalid-data.md create mode 100644 .github/ISSUE_TEMPLATE/5--api-unavailable-data.md create mode 100644 .github/ISSUE_TEMPLATE/6--api-other.md diff --git a/.github/ISSUE_TEMPLATE/1--bug-reporting.md b/.github/ISSUE_TEMPLATE/1--bug-reporting.md new file mode 100644 index 0000000..56f52a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1--bug-reporting.md @@ -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 + + + +Enter Symptoms on this line. + +## Reproduction + + + +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 index 0000000..8aa42e6 --- /dev/null +++ b/.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: + + +## 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 index 0000000..84883fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3--api-suggestion.md @@ -0,0 +1,26 @@ +--- +name: 3. Api suggestion +about: To make suggestions for the plugin api +title: '' +labels: api +assignees: '' + +--- + +# Api Suggestion + +## Suggestion + + +## Use case + + +## Expected result + diff --git a/.github/ISSUE_TEMPLATE/4--api-invalid-data.md b/.github/ISSUE_TEMPLATE/4--api-invalid-data.md new file mode 100644 index 0000000..6ebe139 --- /dev/null +++ b/.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 + + +## Expectations + + +## Reproduce + diff --git a/.github/ISSUE_TEMPLATE/5--api-unavailable-data.md b/.github/ISSUE_TEMPLATE/5--api-unavailable-data.md new file mode 100644 index 0000000..698c9ab --- /dev/null +++ b/.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 + + +## Use-case + diff --git a/.github/ISSUE_TEMPLATE/6--api-other.md b/.github/ISSUE_TEMPLATE/6--api-other.md new file mode 100644 index 0000000..9077852 --- /dev/null +++ b/.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/.github/ISSUE_TEMPLATE/api-invalid.md b/.github/ISSUE_TEMPLATE/api-invalid.md index 2bf66f5..8115703 100644 --- a/.github/ISSUE_TEMPLATE/api-invalid.md +++ b/.github/ISSUE_TEMPLATE/api-invalid.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/api-other.md b/.github/ISSUE_TEMPLATE/api-other.md index 4d461d3..58a75d0 100644 --- a/.github/ISSUE_TEMPLATE/api-other.md +++ b/.github/ISSUE_TEMPLATE/api-other.md @@ -1,4 +1,10 @@ --- 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 index 16ed0cb..6d461fb 100644 --- a/.github/ISSUE_TEMPLATE/api-suggestion.md +++ b/.github/ISSUE_TEMPLATE/api-suggestion.md @@ -1,6 +1,10 @@ --- name: Api suggestion about: To make suggestions for the plugin api +title: +labels: +assignees: + --- # Api Suggestion diff --git a/.github/ISSUE_TEMPLATE/api-unavailable.md b/.github/ISSUE_TEMPLATE/api-unavailable.md index d71370d..4249290 100644 --- a/.github/ISSUE_TEMPLATE/api-unavailable.md +++ b/.github/ISSUE_TEMPLATE/api-unavailable.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 8b25d05..5ded5e7 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,10 @@ --- name: Bug Reporting about: Bugs within Imposter +title: +labels: +assignees: + --- # Bug Report diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 45341c0..1f08797 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,6 +1,10 @@ --- name: Feature request about: To ask and request new features with Impostor +title: +labels: +assignees: + --- # Feature Request -- 2.39.5