Skip to content

Commit 91e3611

Browse files
authored
Rework issue templates (#588)
1 parent 07e27f6 commit 91e3611

File tree

3 files changed

+15
-21
lines changed

3 files changed

+15
-21
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
name: Bug Report
2-
description: Create a report to help us improve.
3-
labels: ["bug"]
1+
name: Report a Bug
2+
description: Report an issue or problem with this package.
43
body:
54
- type: textarea
65
attributes:
76
label: Current Situation
8-
description: Discuss what the current issue is, how to reproduce, and link to any relevant prior discussion/context.
7+
description: Describe the current issue, how to reproduce, and link to any prior discussions.
98
validations:
109
required: true
1110
- type: textarea
1211
attributes:
1312
label: Proposed Actions
14-
description: Describe what ought to be done, and why that will address the reasons for action mentioned above.
13+
description: If possible, describe how to resolve the problem.
1514
validations:
1615
required: false
1716
- type: textarea

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Request a Feature
4+
url: https://github.com/Archmonger/django-dbbackup/discussions
5+
about: Use GitHub Discussions to request features.
6+
- name: Ask a Question
7+
url: https://github.com/Archmonger/django-dbbackup/discussions
8+
about: Use GitHub Discussions to ask questions.
9+
- name: General Discussion
10+
url: https://github.com/Archmonger/django-dbbackup/discussions
11+
about: Use GitHub Discussions to any other topics.

.github/ISSUE_TEMPLATE/feature-request.yml

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

0 commit comments

Comments
 (0)