Skip to content

Commit 129b49a

Browse files
committed
Add default labels
1 parent 2375e79 commit 129b49a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: 🐛 Bug Report
22
description: Something is wrong with React Router.
33
title: "[Bug]: "
4+
labels:
5+
- bug
46
body:
57
- type: markdown
68
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: 💡 Feature Request
22
description: I want to add something to React Router.
33
title: "[Feature]: "
4+
labels:
5+
- feature
46
body:
57
- type: markdown
68
attributes:

0 commit comments

Comments
 (0)