diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2019-02-05 22:21:27 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-05 22:21:27 +0000 |
| commit | 766f3e259f8efb72b8a7337704b64b8c5d511f4e (patch) | |
| tree | 87c590c9781638c06cc28d30743c31933e5f4c3d | |
| parent | fa5d00521b90583939282f5668b88f77f49d157f (diff) | |
| parent | 6092cc0497771d318fff53fc4768ce818b20fd9a (diff) | |
Merge pull request #334 from odin-lang/ThisDrunkDane-patch-1
Add issue templates
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 39 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 17 |
2 files changed, 56 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..68d842f9e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +## Context + +Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. + +* Operating System: +* Odin version/Commit: + +## Expected Behavior + +Please describe the behavior you are expecting + +## Current Behavior + +What is the current behavior? + +## Failure Information (for bugs) + +Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template. + +### Steps to Reproduce + +Please provide detailed steps for reproducing the issue. + +1. step 1 +2. step 2 +3. you get it... + +### Failure Logs + +Please include any relevant log snippets or files here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..df81be2be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. |