Skip to content

Commit

Permalink
Merge pull request #1313 from binodmx/main
Browse files Browse the repository at this point in the history
Remove automatically adding Priority/Normal label
  • Loading branch information
binodmx authored Jan 25, 2023
2 parents b3d012c + 8f13c91 commit 9803c6a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_form.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "💡 Feature Request"
description: Suggest new functionality and features for the product suite.
labels: ["Priority/Normal", "Type/New Feature"]
labels: ["Type/New Feature"]
body:
- type: textarea
id: problem
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/improvement_form.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "🚀 Improvement Request"
description: Suggest an improvement to the product suite.
labels: ["Priority/Normal", "Type/Improvement"]
labels: ["Type/Improvement"]
body:
- type: textarea
id: problem
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue_form.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "🐞 Report a Bug"
description: Create an issue if something does not work as expected.
labels: ["Priority/Normal", "Type/Bug"]
labels: ["Type/Bug"]
body:
- type: textarea
id: description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question_form.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "🙋 Ask a Question"
description: Ask a question about the product suite.
labels: ["Priority/Normal", "Type/Question"]
labels: ["Type/Question"]
body:
- type: textarea
id: description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/task_form.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "✍️ Create a Task"
description: Create a new task.
labels: ["Priority/Normal", "Type/Task"]
labels: ["Type/Task"]
body:
- type: textarea
id: description
Expand Down

0 comments on commit 9803c6a

Please sign in to comment.