1
0
Fork 0

Update issue templates

This commit is contained in:
Jonathan Redpath 2019-10-19 12:27:28 +01:00 committed by GitHub
parent a6b3536704
commit 0c5e3881fe
2 changed files with 49 additions and 0 deletions

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: 'Bug - '
labels: bug
assignees: legoboyvdlp
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behaviour**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
** System (please complete the following information):**
- OS:
- FlightGear version:
**Additional context**
Add any other context about the problem here.

View file

@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: 'Feature Request - '
labels: Feature Request
assignees: legoboyvdlp
---
**Is your feature request related to a problem or missing feature? 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.