Skip to content

Commit 3fc430d

Browse files
authored
Add bug report and feature request GitHub Issues template (#114)
* Remove general issue, add bug_feature issue template * Add news for issue template * Improve wording in bug_feature.md for feature request
1 parent 944e13d commit 3fc430d

File tree

4 files changed

+40
-8
lines changed

4 files changed

+40
-8
lines changed

.github/ISSUE_TEMPLATE/bug_feature.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Bug Report or Feature Request
3+
about: Report a bug or suggest a new feature!
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
### Problem
10+
11+
<!--
12+
For a bug report, please copy and paste any error messages from the application or command-line here.
13+
For a feature request, please state how the new functionality could benefit the community.
14+
-->
15+
16+
### Proposed solution

.github/ISSUE_TEMPLATE/general_issue.md

-7
This file was deleted.

.github/ISSUE_TEMPLATE/release_checklist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ labels: "release"
66
assignees: ""
77
---
88

9-
**Release checklist for GitHub contributors**
9+
### Release checklist for GitHub contributors
1010

1111
- [ ] All PRs/issues attached to the release are merged.
1212
- [ ] All the badges on the README are passing.

news/issue-temp.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* Include GitHub Issues templates for bug report and feature request
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)