From e9ea621b93fbb58d9edfca8375918791637bbd52 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 30 Dec 2020 20:59:04 +0800 Subject: +init --- .../.github/ISSUE_TEMPLATE/1--bug-reporting.md | 35 ++++++++++++++++++++++ .../.github/ISSUE_TEMPLATE/2--feature-request.md | 19 ++++++++++++ .../.github/ISSUE_TEMPLATE/3--api-suggestion.md | 20 +++++++++++++ .../.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 +++++++ Impostor-dev/.github/ISSUE_TEMPLATE/config.yml | 1 + 7 files changed, 130 insertions(+) create mode 100644 Impostor-dev/.github/ISSUE_TEMPLATE/1--bug-reporting.md create mode 100644 Impostor-dev/.github/ISSUE_TEMPLATE/2--feature-request.md create mode 100644 Impostor-dev/.github/ISSUE_TEMPLATE/3--api-suggestion.md create mode 100644 Impostor-dev/.github/ISSUE_TEMPLATE/4--api-invalid-data.md create mode 100644 Impostor-dev/.github/ISSUE_TEMPLATE/5--api-unavailable-data.md create mode 100644 Impostor-dev/.github/ISSUE_TEMPLATE/6--api-other.md create mode 100644 Impostor-dev/.github/ISSUE_TEMPLATE/config.yml (limited to 'Impostor-dev/.github/ISSUE_TEMPLATE') 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 + + + +Enter Symptoms on this line. + +## Reproduction + + + +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: + + +## 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 + + +## Use case + 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 + + +## Expectations + + +## Reproduce + 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 + + +## Use-case + 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 -- cgit v1.1-26-g67d0