forked from GyulyVGC/sniffnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
65 additions
and
33 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |