Skip to content

Commit ff6af26

Browse files
authoredJan 19, 2024
Update issue templates
Encourage users to go to Discussions first.
1 parent 5695bcf commit ff6af26

File tree

2 files changed

+43
-12
lines changed

2 files changed

+43
-12
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md ‎.github/ISSUE_TEMPLATE/bug-report--please-see-below-.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Bug report
2+
name: Bug report [please see below]
33
about: Create a report to help us improve
44
title: ''
55
labels: bug
@@ -9,6 +9,10 @@ assignees: gbakeman
99

1010
**Please make sure to fill out this form completely, and attach your program logs (set to Debug setting). You can delete this line.**
1111

12+
- [ ] Completed below form
13+
- [ ] Attached debug log file
14+
- [ ] Copy output in File -> UPS Variable
15+
1216
**WinNUT Version: **
1317
**Windows OS Version: **
1418

@@ -28,16 +32,5 @@ A clear and concise description of what you expected to happen.
2832
**Screenshots**
2933
If applicable, add screenshots to help explain your problem.
3034

31-
**Desktop (please complete the following information):**
32-
- OS: [e.g. iOS]
33-
- Browser [e.g. chrome, safari]
34-
- Version [e.g. 22]
35-
36-
**Smartphone (please complete the following information):**
37-
- Device: [e.g. iPhone6]
38-
- OS: [e.g. iOS8.1]
39-
- Browser [e.g. stock browser, safari]
40-
- Version [e.g. 22]
41-
4235
**Additional context**
4336
Add any other context about the problem here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Experiencing a problem?
3+
about: Please consider opening a Discussion first.
4+
title: ''
5+
labels: ''
6+
assignees: gbakeman
7+
8+
---
9+
10+
https://github.com/nutdotnet/WinNUT-Client/discussions/categories/q-a
11+
12+
If the discussion concerns a new bug in WinNUT, the discussion will be converted into a full issue. Please use the below template when starting the Discussion:
13+
14+
- [ ] Completed below form
15+
- [ ] Attached debug log file
16+
- [ ] Copy output in File -> UPS Variable
17+
18+
**WinNUT Version: **
19+
**Windows OS Version: **
20+
21+
**Describe the bug**
22+
A clear and concise description of what the bug is.
23+
24+
**To Reproduce**
25+
Steps to reproduce the behavior:
26+
1. Go to '...'
27+
2. Click on '....'
28+
3. Scroll down to '....'
29+
4. See error
30+
31+
**Expected behavior**
32+
A clear and concise description of what you expected to happen.
33+
34+
**Screenshots**
35+
If applicable, add screenshots to help explain your problem.
36+
37+
**Additional context**
38+
Add any other context about the problem here.

0 commit comments

Comments
 (0)
Please sign in to comment.