diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 5989f72..fd25e46 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -1,7 +1,7 @@ name: "🐞 - Bug Report" title: "🐞 - " description: Report a bug -labels: ["bug", "state: need triage"] +labels: [] type: Bug body: diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml index 62208ce..3ec7f69 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml @@ -1,7 +1,7 @@ name: "🚀 - Feature Request" title: "🚀 - " description: Suggest a feature -labels: ["feature", "state: need triage"] +labels: [] type: Feature body: diff --git a/.github/ISSUE_TEMPLATE/3-dev-infra-request.yml b/.github/ISSUE_TEMPLATE/3-dev-infra-request.yml index 1556622..2d75594 100644 --- a/.github/ISSUE_TEMPLATE/3-dev-infra-request.yml +++ b/.github/ISSUE_TEMPLATE/3-dev-infra-request.yml @@ -1,7 +1,8 @@ name: "🤖 - Dev Infrastructure Request" title: "🤖 - " description: Suggest a feature for improve productivity -labels: ["dev-infra", "state: need triage"] +labels: [] +type: Task body: - type: textarea