Skip to content

Commit 1d888ba

Browse files
committed
Encourage use of other tools before creating issue
Changing confusing issue creation screen by simplifying options: - Added overall configuration to disable blank issue template, and link to the Discussions feature as a first line for support. - Removed extraneous issue template - Small modifications to bug report template
1 parent 89a8b42 commit 1d888ba

File tree

3 files changed

+8
-40
lines changed

3 files changed

+8
-40
lines changed

.github/ISSUE_TEMPLATE/bug-report--please-see-below-.md renamed to .github/ISSUE_TEMPLATE/2-bug-report.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Bug report [please see below]
3-
about: Create a report to help us improve
2+
name: Bug report [advanced]
3+
about: Please consider using the Discussions if you're experiencing a problem.
44
title: ''
55
labels: bug
66
assignees: gbakeman
@@ -9,6 +9,7 @@ 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+
- [ ] Searched to see if this issue exists
1213
- [ ] Completed below form
1314
- [ ] Attached debug log file
1415
- [ ] Copy output in File -> UPS Variable

.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: Experiencing an issue?
4+
url: https://github.com/nutdotnet/WinNUT-Client/discussions/categories/q-a
5+
about: Go here to see and create Discussions.

.github/ISSUE_TEMPLATE/experiencing-a-problem-.md

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

0 commit comments

Comments
 (0)