Skip to content

Commit

Permalink
chore: In issue template, remove label Ready for Review
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Thompson <jeff@thefirst.org>
  • Loading branch information
jefft0 committed Apr 17, 2023
1 parent 1c130c4 commit 4c240df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Bug report"
description: Report a bug for this project.
labels: ["bug", "🔍 Ready for Review"]
labels: ["bug"]
assignees:
- peletron
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Feature request"
description: Suggest an idea for this project.
labels: [":rocket: feature-request", "🔍 Ready for Review"]
labels: [":rocket: feature-request"]
body:
- type: checkboxes
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question_template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Question"
description: Ask a question about this project.
labels: ["question", "🔍 Ready for Review"]
labels: ["question"]
body:
- type: checkboxes
attributes:
Expand Down

0 comments on commit 4c240df

Please sign in to comment.