Skip to content

Commit

Permalink
improved bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Jun 25, 2023
1 parent cfa9d62 commit 0d2bae0
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 33 deletions.
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.

0 comments on commit 0d2bae0

Please sign in to comment.