Skip to content

Commit 021d722

Browse files
authored
chore: add hacktoberfest label (#461)
1 parent a5b0b79 commit 021d722

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🐛 Bug
22
description: Report an issue to help improve the project.
33
title: "[BUG] <what went wrong>"
4-
labels: ["bug"]
4+
labels: ["bug", "hacktoberfast"]
55
body:
66
- type: textarea
77
id: description

.github/ISSUE_TEMPLATE/doc_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 📄 Documentation issue
22
description: Found an issue in the documentation? You can use this one!
33
title: "[DOCS] <what do you have to add>"
4-
labels: ["documentation"]
4+
labels: ["documentation", "hacktoberfest"]
55
body:
66
- type: textarea
77
id: description

.github/ISSUE_TEMPLATE/features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 💡 General Feature Request
22
description: Have a new idea/feature for this project? Would love to hear it!
33
title: "[FEATURE] <what do you have to add>"
4-
labels: ["feature"]
4+
labels: ["feature","hacktoberfest"]
55
body:
66
- type: textarea
77
id: description

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Other
22
description: Use this for any other issues. Please do NOT create blank issues
33
title: "[OTHER]"
4+
labels: ["hacktoberfest"]
45
body:
56
- type: markdown
67
attributes:

0 commit comments

Comments
 (0)