Skip to content

Commit 9d82fc7

Browse files
authored
Update feature request issue template (#191)
1 parent 801ee90 commit 9d82fc7

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: Bug report
33
about: File a bug report
4+
title: ''
5+
labels: ''
6+
assignees: ''
47

58
---
69

.github/ISSUE_TEMPLATE/feature_request.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest a new feature or idea
4+
title: 'Proposal:'
5+
labels: feature request
6+
assignees: ''
47

58
---
69

@@ -32,17 +35,12 @@ All sections are required before we'll accept a PR to master, but aren't necessa
3235
## Functional Requirements
3336
<!-- Please include a prioritized list of what the feature should and shouldn't do -->
3437

35-
## Usage Examples
36-
<!-- Please include one or more examples showing how you would use the feature.
37-
You can include code examples or screenshots if that helps -->
38-
39-
## Detailed Feature Design
40-
<!-- Please include any important design details.
41-
38+
## Important Notes
39+
<!-- Please include any other important design details.
4240
This could include one or more of:
41+
- usage examples
4342
- an API proposal (any supported language or pseudocode is fine)
44-
- design mockups for a new user experience
45-
- details on accessibility compliance for new UI
43+
- design mockups or example screenshots
4644
- other implementation notes
4745
-->
4846

0 commit comments

Comments
 (0)