Updated Issue Templates to Forms (#701)

This commit is contained in:
Brian Choromanski 2022-11-14 07:15:56 -05:00 committed by GitHub
parent c50d834174
commit 92403876fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 68 additions and 52 deletions

View File

@ -1,32 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is. If it relates to fingerprinting or presense please include the id you expect/monitor.
**Config**
- Version:
- Active scan enabled:
- Include filter:
- Exclude filter:
- Query filter:
**Hardware**
- Firmware flavor:
- Device (be specific):
**Logs**
If possible, copy and paste any logs from the serial monitor from the time that you see the bug.
**Screenshots**
If applicable, add screenshots to help explain your problem.

43
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,43 @@
name: Bug report
description: Create a report to help us improve
labels:
- bug
body:
- type: textarea
attributes:
label: Describe the bug
description: >-
A clear and concise description of what the bug is. If it relates to
fingerprinting or presense please include the id you expect/monitor.
- type: input
attributes:
label: Version
- type: input
attributes:
label: Active scan enabled
- type: input
attributes:
label: Include filter
- type: input
attributes:
label: Exclude filter
- type: input
attributes:
label: Query filter
- type: input
attributes:
label: Firmware flavor
- type: input
attributes:
label: Device (be specific)
- type: textarea
attributes:
label: Logs
description: >-
If possible, copy and paste any logs from the serial monitor from the
time that you see the bug.
render: text
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.

View File

@ -1,20 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
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.

View File

@ -0,0 +1,25 @@
name: Feature Request
description: Suggest an idea for this project
labels:
- enhancement
body:
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: >-
A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]
- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
- type: textarea
attributes:
label: Describe alternatives you've considered
description: >-
A clear and concise description of any alternative solutions or features
you've considered.
- type: textarea
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.