Add issue templates
This commit is contained in:
45
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
45
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: A bug has been found within Cordial.
|
||||
labels: bug
|
||||
---
|
||||
|
||||
<!--
|
||||
Before opening a new issue, please search existing issues: https://github.com/exsersewo/Cordial/issues
|
||||
-->
|
||||
|
||||
**Description**
|
||||
|
||||
<!--
|
||||
Provide a clear and concise description of what the problem is.
|
||||
-->
|
||||
|
||||
**Steps to Reproduce**
|
||||
|
||||
<!--
|
||||
Provide clear and concise steps for us to reliably reproduce this issue.
|
||||
-->
|
||||
|
||||
**Expected Behavior**
|
||||
|
||||
<!--
|
||||
What is the behavior you expect to occur that is not?
|
||||
-->
|
||||
|
||||
**Current Behavior**
|
||||
|
||||
<!--
|
||||
What is the behavior you are currently seeing instead?
|
||||
-->
|
||||
|
||||
**Screenshots/Videos**
|
||||
|
||||
<!--
|
||||
Provide a screenshot and/or video demonstrating the issue being experienced.
|
||||
-->
|
||||
|
||||
**Client and System Information**
|
||||
|
||||
<!--
|
||||
What is the version you are using? What operating system and version?
|
||||
-->
|
||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -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
|
||||
33
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Suggestions for new or different behavior within Cordial.
|
||||
labels: feature request
|
||||
---
|
||||
|
||||
<!--
|
||||
Before opening a new issue, please search existing issues: https://github.com/exsersewo/Cordial/issues
|
||||
-->
|
||||
|
||||
**Description**
|
||||
|
||||
<!--
|
||||
Provide a clear and concise description of what the feature request is.
|
||||
-->
|
||||
|
||||
**Why This is Needed**
|
||||
|
||||
<!--
|
||||
Provide a clear and concise explanation of what problem this solves for you.
|
||||
-->
|
||||
|
||||
**Alternatives Considered**
|
||||
|
||||
<!--
|
||||
There's usually more than one way to solve a problem. What are some other alternatives you've considered, if any?
|
||||
-->
|
||||
|
||||
**Additional Details**
|
||||
|
||||
<!--
|
||||
Is there anything else you can add about this feature request?
|
||||
-->
|
||||
Reference in New Issue
Block a user