Skip to content

Commit dc497f8

Browse files
authored
Merge pull request #1618 from HonkingGoose/chore/improve-issue-templates
Create feature request template, improve bug report template, disable blank issues
2 parents 0ee246d + e521be5 commit dc497f8

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: "bug"
6+
assignees: ""
87
---
98

109
<!-- Before filing a bug please check the following: -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
blank_issues_enabled: false
12
contact_links:
23
- name: Translation bug
34
url: https://github.com/progit/progit2/blob/master/TRANSLATING.md
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Enhancement idea
3+
about: Suggest an idea for the ProGit2 book or repository
4+
title: ""
5+
labels: "enhancement"
6+
assignees: ""
7+
---
8+
9+
**Give a general overview of your idea.**
10+
11+
**Explain what problem you're trying to solve.**
12+
13+
**Have you thought about other solutions?**
14+
15+
**Do you want to help with this enhancement idea?**

0 commit comments

Comments
 (0)