diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..2d39e30f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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