Skip to content

Commit

Permalink
docs: add label for awaiting approval (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dun-sin authored Nov 6, 2023
1 parent 7842e5d commit c1de3f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🐛 Bug
description: Report an issue to help improve the project.
title: "[BUG] <what went wrong>"
labels: ["bug", "hacktoberfast"]
labels: ["bug", "hacktoberfast", "🚦 status: awaiting approval"]
body:
- type: textarea
id: description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/doc_issue.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 📄 Documentation issue
description: Found an issue in the documentation? You can use this one!
title: "[DOCS] <what do you have to add>"
labels: ["documentation", "hacktoberfest"]
labels: ["documentation", "hacktoberfest", "🚦 status: awaiting approval"]
body:
- type: textarea
id: description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/features.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 💡 General Feature Request
description: Have a new idea/feature for this project? Would love to hear it!
title: "[FEATURE] <what do you have to add>"
labels: ["feature","hacktoberfest"]
labels: ["feature","hacktoberfest", "🚦 status: awaiting approval"]
body:
- type: textarea
id: description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Other
description: Use this for any other issues. Please do NOT create blank issues
title: "[OTHER]"
labels: ["hacktoberfest"]
labels: ["hacktoberfest", "🚦 status: awaiting approval"]
body:
- type: markdown
attributes:
Expand Down

1 comment on commit c1de3f7

@vercel
Copy link

@vercel vercel bot commented on c1de3f7 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.