Skip to content

Commit 8c7a6a1

Browse files
authored
Merge pull request #285 from GyulyVGC/repo-templates
Update issue templates
2 parents cfa9d62 + c3b0172 commit 8c7a6a1

File tree

5 files changed

+99
-53
lines changed

5 files changed

+99
-53
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: I have a problem with the app ❌
2+
description: Create a report to help us improve Sniffnet.
3+
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this bug report!
9+
- type: checkboxes
10+
attributes:
11+
label: Is there an existing issue for this?
12+
description: |
13+
Please, search [the existing issues] and see if an issue already exists for the bug you encountered.
14+
15+
[the existing issues]: https://github.com/GyulyVGC/sniffnet/issues
16+
options:
17+
- label: I have searched the existing issues.
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: What's the problem?
22+
id: what-happened
23+
description: |
24+
What problem are you having? Please, also provide the steps to reproduce it.
25+
validations:
26+
required: true
27+
- type: dropdown
28+
id: version
29+
attributes:
30+
label: How did you install the app?
31+
description: |
32+
Select the strategy you used to install Sniffnet.
33+
options:
34+
- downloaded one of the provided packages
35+
- installed from crates.io
36+
- built locally by cloning the repository
37+
validations:
38+
required: true
39+
- type: dropdown
40+
id: os
41+
attributes:
42+
label: Operating System
43+
description: Select the operating system you are using.
44+
options:
45+
- Windows
46+
- macOS
47+
- Linux
48+
- FreeBSD
49+
- OpenBSD
50+
- Other
51+
validations:
52+
required: true
53+
- type: textarea
54+
attributes:
55+
label: Additional context
56+
id: additional-info
57+
description: |
58+
Do you have any additional information to report? You can optionally include pictures or other resources.
59+
validations:
60+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: I want to support the project 💖
4+
url: https://github.com/sponsors/GyulyVGC
5+
about: Become an official sponsor.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: I have a suggestion 💡
2+
description: Suggest an idea for Sniffnet (you can request for new features, or other kinds of improvement).
3+
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this report!
9+
- type: checkboxes
10+
attributes:
11+
label: Is there an existing issue for this?
12+
description: |
13+
Please, search [the existing issues] and see if an issue already exists for your request.
14+
15+
[the existing issues]: https://github.com/GyulyVGC/sniffnet/issues
16+
options:
17+
- label: I have searched the existing issues.
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: Describe the solution you'd like
22+
id: solution
23+
description: |
24+
Please, describe what you would like to happen.
25+
validations:
26+
required: true
27+
- type: textarea
28+
attributes:
29+
label: Is your feature request related to a problem?
30+
id: is-problem
31+
description: |
32+
A clear and concise description of what the problem is, if any. Example: I'm always frustrated when [...]
33+
validations:
34+
required: false

0 commit comments

Comments
 (0)