improved bug report template

This commit is contained in:
Giuliano Bellini s294739
2023-06-25 10:19:17 +02:00
parent cfa9d62130
commit 0d2bae06cd
3 changed files with 65 additions and 33 deletions

View File

@@ -1,33 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Describe steps to reproduce the bug, e.g.:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. MacOS, Linux, Windows]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.

60
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -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
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -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.