Skip to content

Commit

Permalink
Merge pull request #126 from jordanhavard/issue-templates
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
GenericNerd authored Apr 21, 2023
2 parents b057645 + 7a462d0 commit 5a1ed0b
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 53 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

71 changes: 71 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
name: 🐞 Bug
description: Create a report to help us improve
title: "[BUG] - "
labels: "verification required"
assignees: []
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: How do you reproduce this bug?
description: Please provide a list of steps to cause this issue
placeholder: |
1. Navigate to ...
2. Click on ...
3. See this happen ...
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: Please explain what you think should be happening
validations:
required: false
- type: textarea
attributes:
label: Screenshots
description: |
If applicable, add screenshots to help explain your problem.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: input
attributes:
label: Operating system
description: Please list the operating system you are using
placeholder: "Windows 11 22H2"
validations:
required: true
- type: input
attributes:
label: Community airline
description: Which airline are you using
placeholder: "smartCARS Virtual"
validations:
required: true
- type: input
attributes:
label: smartCARS Version
description: Enter the version of smartCARS
placeholder: "0.8.0.2"
validations:
required: true
- type: input
attributes:
label: Plugins installed
description: Please list all plugins you have installed for smartCARS 3
placeholder: "chat, map, flight center, logbook"
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Please add any additional information you belive may be helpful in resolving this bug
validations:
required: false
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: 🙏 Feature request
description: Suggest a feature or idea for smartCARS 3
title: "[FEATURE] - "
labels: suggestion
assignees: []
body:
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
placeholder: >
A clear and concise description of what the problem is. Ex. I'm
always frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: |
Describe the solution you'd like
placeholder: |
A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
placeholder: >
A clear and concise description of any alternative solutions or
features you've considered.
validations:
required: true
- type: textarea
attributes:
label: Additional context
placeholder: |
Add any other context or screenshots about the feature request here.
validations:
required: true

0 comments on commit 5a1ed0b

Please sign in to comment.