File tree Expand file tree Collapse file tree 5 files changed +99
-53
lines changed Expand file tree Collapse file tree 5 files changed +99
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments