improved feature request template

This commit is contained in:
Giuliano Bellini s294739
2023-06-25 10:32:12 +02:00
parent 0d2bae06cd
commit c3b0172294
2 changed files with 34 additions and 20 deletions

View File

@@ -1,20 +0,0 @@
---
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.

View File

@@ -0,0 +1,34 @@
name: I have a suggestion 💡
description: Suggest an idea for Sniffnet (you can request for new features, or other kinds of improvement).
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this report!
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: |
Please, search [the existing issues] and see if an issue already exists for your request.
[the existing issues]: https://github.com/GyulyVGC/sniffnet/issues
options:
- label: I have searched the existing issues.
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
id: solution
description: |
Please, describe what you would like to happen.
validations:
required: true
- type: textarea
attributes:
label: Is your feature request related to a problem?
id: is-problem
description: |
A clear and concise description of what the problem is, if any. Example: I'm always frustrated when [...]
validations:
required: false