From c36d5c47349f755e5bf603bed88bd04a6f73e7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Fri, 3 Sep 2021 01:54:24 +0300 Subject: [PATCH] Github: Adding issue and PR templates [ci-skip] --- .github/ISSUE_TEMPLATE/bug.md | 29 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 6 +++++ .github/ISSUE_TEMPLATE/enhancement.md | 21 ++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 32 +++++++++++++++++++++++++++ 4 files changed, 88 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..73cb0304d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: kind: possible bug +assignees: '' +--- + +# Details + +**Image version:** + + + +**What steps did you take and what happened:** + + + +**What did you expect to happen:** + + + +**Anything else you would like to add:** + + + +**Additional Information:** + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..7a7ea738f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,6 @@ +--- +blank_issues_enabled: false +contact_links: + - name: Discuss on Discord + url: https://discord.gg/PRT86Cdgnr + about: Join our Discord community diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 000000000..3156380e9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,21 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: kind:enhancement +assignees: '' +--- + +# Details + +**Describe the solution you'd like:** + + + +**Anything else you would like to add:** + + + +**Additional Information:** + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..742a0866e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,32 @@ + + +**Description of the change** + + + +**Benefits** + + + +**Possible drawbacks** + + + +**Applicable issues** + + +- fixes # + +**Additional information** + +