Skip to content

Commit fa1b79c

Browse files
authored
1 parent cc6db66 commit fa1b79c

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Please fill out the template below to help us address the issue as quickly
4+
as possible.
5+
title: "[BUG]"
6+
labels: bug
7+
assignees: ''
8+
9+
---
10+
11+
**Describe the bug**
12+
**Provide a clear and concise description of what the bug is.**
13+
14+
**To Reproduce**
15+
**Steps to reproduce the behavior:**
16+
1. Go to '...'
17+
2. Click on '....'
18+
3. Scroll down to '....'
19+
4. See error
20+
21+
**Expected behavior**
22+
**Describe what you expected to happen.**
23+
24+
**Screenshots**
25+
**If applicable, add screenshots to help explain your problem.**
26+
27+
**Desktop (please complete the following information):**
28+
- OS: (e.g., Windows 10, macOS 11, Ubuntu 20.04)
29+
- Python Version: (e.g., Python 3.8)
30+
- Anti-BadUSB Version: (e.g., v1.0.0 from the Releases page)
31+
- Other relevant information: (e.g., hardware details, any special configurations)
32+
33+
**Logs or Error Messages**
34+
Please provide any logs or error messages you encountered.
35+
(Attach any relevant log files or paste error outputs here)
36+
37+
**Additional context**
38+
Add any other context about the problem here.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)