Skip to content

Commit cc57f26

Browse files
authored
Update and rename πŸš€-new-feature-proposal.md to feature_request.yml
1 parent 14e9276 commit cc57f26

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: "\U0001F680 New feature proposal"
2+
description: Suggest an idea for this project
3+
labels: [":sparkles: feature request"]
4+
body:
5+
- type: textarea
6+
id: problem-description
7+
attributes:
8+
label: What problem does this feature solve?
9+
description: |
10+
Explain your use case, context, and rationale behind this feature request. More importantly, what is the **end user experience** you are trying to build that led to the need for this feature?
11+
placeholder: Problem description
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: proposed-API
16+
attributes:
17+
label: What does the proposed API look like?
18+
description: |
19+
Describe how you propose to solve the problem and provide code samples of how the API would work once implemented. Note that you can use [Markdown](https://guides.github.com/features/mastering-markdown/) to format your code blocks.
20+
placeholder: Assumed API
21+
validations:
22+
required: true

β€Ž.github/ISSUE_TEMPLATE/πŸš€-new-feature-proposal.md

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

0 commit comments

Comments
Β (0)