Skip to content

Commit da213cf

Browse files
committed
Lint
1 parent 90f9ed8 commit da213cf

5 files changed

Lines changed: 16 additions & 17 deletions

File tree

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 🐛 Report a bug
2-
description: ___
2+
description: ———
33
labels: bug
44
body:
55
- type: markdown
@@ -10,7 +10,7 @@ body:
1010
Help us replicate the issue by filling in this form. You can use the "Find feature" button in the option to find which feature is causing the issue.
1111
- type: checkboxes
1212
attributes:
13-
label: "Please ensure:"
13+
label: 'Please ensure:'
1414
options:
1515
- label: The bug is caused by Refined GitHub. It doesn't happen if I disable the extension.
1616
required: true
@@ -26,7 +26,8 @@ body:
2626
description: You can provide screenshots/video/gif showing the issue, if it’s visual. Files can be dropped in this field
2727
- type: textarea
2828
attributes:
29-
label: Console errors, if any
29+
label: Console errors
30+
description: If any
3031
render: shell
3132
- type: input
3233
attributes:

.github/ISSUE_TEMPLATE/2_feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: 🆕 Suggest an improvement or new feature
2-
description: ___
2+
description: ———
33
labels: enhancement, under discussion
44
body:
55
- type: textarea
66
attributes:
77
label: Description
8-
description: Please ensure your requested feature makes sense for Refined GitHub: https://github.com/sindresorhus/refined-github/issues/2960
8+
description: 'Please ensure your requested feature makes sense for Refined GitHub: https://github.com/sindresorhus/refined-github/issues/2960'
99
validations:
1010
required: true
1111
- type: textarea
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: 💬 Ask a question or open a discussion
3+
about: ———
4+
labels: under discussion
5+
---

.github/ISSUE_TEMPLATE/3_discussion.yml

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

.github/ISSUE_TEMPLATE/4_change_request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: 👎 I don’t like something
22
description: Let's talk
33
labels: change request
44
body:
5-
- type: textarea
5+
- type: markdown
66
attributes:
7-
label: "What I don't like"
8-
description: |
9-
Describe what part of Refined GitHub you don't like.
10-
7+
value: |
118
If you find any related threads, link them here. Duplicate issues are ok, but they may be closed pretty quickly.
129
1310
Keep in mind that most features can be disabled. Use the "Find feature" button at the bottom of the options page to find what feature you don't like.
11+
- type: textarea
12+
attributes:
13+
label: "What I don't like"

0 commit comments

Comments
 (0)