From d9e0af1a9411373ca60adebe4fce3a1c59d40a70 Mon Sep 17 00:00:00 2001 From: exsersewo Date: Tue, 29 Dec 2020 19:54:38 +0000 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 45 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature-request.md | 33 +++++++++++++++++ 3 files changed, 83 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 diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..0e50db0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,45 @@ +--- +name: Bug Report +about: A bug has been found within Cordial. +labels: bug +--- + + + +**Description** + + + +**Steps to Reproduce** + + + +**Expected Behavior** + + + +**Current Behavior** + + + +**Screenshots/Videos** + + + +**Client and System Information** + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..801daa3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Email + url: mailto:exsersewo@systemexit.co.uk + about: Email me for any general questions you may have \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..fe5f04a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,33 @@ +--- +name: Feature Request +about: Suggestions for new or different behavior within Cordial. +labels: feature request +--- + + + +**Description** + + + +**Why This is Needed** + + + +**Alternatives Considered** + + + +**Additional Details** + + \ No newline at end of file