Skip to content

Commit

Permalink
fix: removing hacktoberfest tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Nov 30, 2023
1 parent 7b1b5e5 commit 7e0b9e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ title: "Bug: Write a small description here"
labels:
[
"status: todo ⏳",
"🐞 bug",
"hacktoberfest"
"🐞 bug"
]
body:
- type: textarea
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ title: "Docs: Write a small description here"
labels:
[
"status: todo ⏳",
"📚 docs",
"hacktoberfest"
"📚 docs"
]
body:
- type: textarea
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
labels:
[
"status: todo ⏳",
"💡 feature",
"hacktoberfest"
"💡 feature"
]
body:
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Use this for any other issues. Please do NOT create blank issues
title: "📂Other: Write a small description here"
labels:
[
"status: todo ⏳",
"status: todo ⏳"
]
body:
- type: textarea
Expand Down

0 comments on commit 7e0b9e2

Please sign in to comment.