From b59a83fb86264f3093f99a20003c3cacaf9e9b0d Mon Sep 17 00:00:00 2001 From: William Hallin Date: Tue, 2 Dec 2025 11:51:49 +0100 Subject: [PATCH] feat: correct projects and issue types --- .github/ISSUE_TEMPLATE/01-bug-report.yml | 3 ++- .github/ISSUE_TEMPLATE/02-feature-request.yml | 5 +++-- .github/ISSUE_TEMPLATE/03-task-maintenance.yml | 5 +++-- .github/ISSUE_TEMPLATE/04-documentation.yml | 3 ++- .github/ISSUE_TEMPLATE/05-incident-report.yml | 5 +++-- .github/ISSUE_TEMPLATE/06-rfc-proposal.yml | 3 ++- 6 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml index da9e904..870c290 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -2,7 +2,8 @@ name: 🐞 Bug report description: Report a bug or unexpected behavior title: "[BUG] " type: Bug -labels: ["Bug", "Need investigation"] +labels: ["bug", "needs review"] +projects: ["ecleangg/8", "ecleangg/9"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/02-feature-request.yml b/.github/ISSUE_TEMPLATE/02-feature-request.yml index 00ed38c..f232dcb 100644 --- a/.github/ISSUE_TEMPLATE/02-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/02-feature-request.yml @@ -1,8 +1,9 @@ name: ✨ Feature request description: Suggest a new feature or enhancement title: "[FEATURE] " -type: Feature Request -labels: ["Enhancement", "Need investigation"] +type: Feature +labels: ["enhancement", "needs review"] +projects: ["ecleangg/102", "ecleangg/9"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/03-task-maintenance.yml b/.github/ISSUE_TEMPLATE/03-task-maintenance.yml index eefe4ad..1902db5 100644 --- a/.github/ISSUE_TEMPLATE/03-task-maintenance.yml +++ b/.github/ISSUE_TEMPLATE/03-task-maintenance.yml @@ -1,8 +1,9 @@ name: 🔧 Task, maintenance & research description: Internal task, maintenance, research, or technical debt item title: "[TASK] " -type: Chore -labels: ["Chore", "Need investigation"] +type: Maintenance +labels: ["refactor", "needs review"] +projects: ["ecleangg/7", "ecleangg/9"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/04-documentation.yml b/.github/ISSUE_TEMPLATE/04-documentation.yml index 9cb9387..d79f3e3 100644 --- a/.github/ISSUE_TEMPLATE/04-documentation.yml +++ b/.github/ISSUE_TEMPLATE/04-documentation.yml @@ -2,7 +2,8 @@ name: 📚 Documentation issue description: Report an issue with documentation or suggest improvements title: "[DOCS] " type: Documentation -labels: ["Documentation", "Need investigation"] +labels: ["documentation", "needs review"] +projects: ["ecleangg/10", "ecleangg/9"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/05-incident-report.yml b/.github/ISSUE_TEMPLATE/05-incident-report.yml index 8aba564..537f2dc 100644 --- a/.github/ISSUE_TEMPLATE/05-incident-report.yml +++ b/.github/ISSUE_TEMPLATE/05-incident-report.yml @@ -1,8 +1,9 @@ name: 🚨 Incident report description: Report a production incident or outage title: "[INCIDENT] " -type: Infrastructure -labels: ["Need help", "Need investigation"] +type: Problem +labels: ["priority: high", "needs review"] +projects: ["ecleangg/11", "ecleangg/9"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/06-rfc-proposal.yml b/.github/ISSUE_TEMPLATE/06-rfc-proposal.yml index 432ff0a..936914f 100644 --- a/.github/ISSUE_TEMPLATE/06-rfc-proposal.yml +++ b/.github/ISSUE_TEMPLATE/06-rfc-proposal.yml @@ -2,7 +2,8 @@ name: 🗳️ RFC (Request for Comments) description: Propose significant changes or decisions that need consensus title: "[RFC] " type: Research -labels: ["Question/discussion", "Need investigation"] +labels: ["discussion", "needs review"] +projects: ["ecleangg/7", "ecleangg/12"] body: - type: markdown attributes: