Skip to content

Commit e2b4e30

Browse files
authored
chore: fix github templates (chimurai#697)
* fix(github): fix bug template * fix(github): remove feature label
1 parent 92f75c4 commit e2b4e30

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Bug Report
22
description: 'Create a report to help us improve'
3-
labels: bug
43
body:
54
- type: markdown
65
attributes:
@@ -13,6 +12,7 @@ body:
1312
required: true
1413
- type: checkboxes
1514
attributes:
15+
label: Checks
1616
description: Please verify that you've followed these steps.
1717
options:
1818
- label: I understand project setup issues should be asked on [StackOverflow](https://stackoverflow.com/questions/tagged/http-proxy-middleware) or in [GitHub Discussions](https://github.com/chimurai/http-proxy-middleware/discussions).

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Feature Request
22
description: 'Suggest an idea for this project'
3-
labels: feature
43
body:
54
- type: textarea
65
attributes:

0 commit comments

Comments
 (0)