Update to new style issue templates

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw 2020-08-26 21:56:22 -04:00
parent 7ed9723e02
commit 26a6b30456
No known key found for this signature in database
GPG Key ID: 77A923EF537B61A4
3 changed files with 57 additions and 35 deletions

View File

@ -1,35 +0,0 @@
<!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
### I'm submitting a...
- [ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
- [ ] Feature request
- [ ] Documentation issue or request
### Current behavior
<!-- Describe how the issue manifests. -->
### Expected behavior
### Minimal reproduction of the problem with instructions
### If this is a feature request please fill out the following:
<pre><code>
As a (user, developer, contributor, etc):
I want:
So that:
<!-- Describe the motivation or the concrete use case. -->
</code></pre>
### System Information
OS:
- [ ] Linux (Please put in notes the specific distro)
- [ ] MacOS
- [ ] Windows 10
- [ ] Windows 7
NOTES:

37
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**OS**
- [ ] Linux (Please put in notes the specific distro)
- [ ] MacOS
- [ ] Windows
NOTES:
**Version**
Version of Gaphas:
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,20 @@
---
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.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.