Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue templates #285

Merged
merged 2 commits into from
Jun 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
name: I have a problem with the app ❌
description: Create a report to help us improve Sniffnet.

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug 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 the bug you encountered.

[the existing issues]: https://github.com/GyulyVGC/sniffnet/issues
options:
- label: I have searched the existing issues.
required: true
- type: textarea
attributes:
label: What's the problem?
id: what-happened
description: |
What problem are you having? Please, also provide the steps to reproduce it.
validations:
required: true
- type: dropdown
id: version
attributes:
label: How did you install the app?
description: |
Select the strategy you used to install Sniffnet.
options:
- downloaded one of the provided packages
- installed from crates.io
- built locally by cloning the repository
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating System
description: Select the operating system you are using.
options:
- Windows
- macOS
- Linux
- FreeBSD
- OpenBSD
- Other
validations:
required: true
- type: textarea
attributes:
label: Additional context
id: additional-info
description: |
Do you have any additional information to report? You can optionally include pictures or other resources.
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: I want to support the project 💖
url: https://github.com/sponsors/GyulyVGC
about: Become an official sponsor.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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