Skip to content

Commit 137cec7

Browse files
authored
Create 2_feature_request.yml
1 parent ea6ad5d commit 137cec7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: 🆕 Suggest an improvement or new feature
2+
description: ———
3+
labels: enhancement, under discussion
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
👉 Review our [guidelines](https://github.com/refined-github/refined-github/wiki/%22Can-you-add-this-feature%3F%22) to ensure this feature would make sense in Refined GitHub.
9+
10+
👋 Consider contributing by fixing some [easy bugs](https://github.com/refined-github/refined-github/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22+label%3Abug).
11+
- type: textarea
12+
attributes:
13+
label: Description
14+
validations:
15+
required: true
16+
- type: textarea
17+
attributes:
18+
label: Screenshot
19+
description: You can provide screenshots/mockups to better visualize your idea. Files can be dropped in this field
20+
- type: textarea
21+
attributes:
22+
label: Example URLs
23+
description: Include a REAL URL where the feature should appear. e.g. Do you want a feature to appear on the main page of a repo? Paste a link to a repo
24+
placeholder: https://github.com/refined-github/refined-github
25+
validations:
26+
required: true

0 commit comments

Comments
 (0)