From a10633b0fd8f1b37aa36854882260fe1678f9e01 Mon Sep 17 00:00:00 2001 From: Webber Takken Date: Thu, 13 May 2021 13:58:14 +0200 Subject: [PATCH] Add issue template (#68) --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/other.md | 7 +++++++ .github/pull_request_template.md | 11 ++++++++++ 5 files changed, 71 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/other.md create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ab43643 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' +--- + +**Bug description** + + + +**How to reproduce** + + + +- + +**Expected behavior** + + + +**Additional details** + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d22e650 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Discuss on Discord + url: https://game.ci/discord + about: Join our Discord community diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..c37be19 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an improvement, or a new feature +title: '' +labels: '' +assignees: '' +--- + +**Context** + + + +**Suggested solution** + + + +**Considered alternatives** + + + +**Additional details** + + diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..a2350bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,7 @@ +--- +name: Other +about: Everything else +title: '' +labels: '' +assignees: '' +--- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..9a2500a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +#### Changes + +- ... + +#### Checklist + + + +- [x] Read the contribution [guide](../CONTRIBUTING.md) and accept the [code](../CODE_OF_CONDUCT.md) of conduct +- [ ] Readme (updated or not needed) +- [ ] Tests (added, updated or not needed)