Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/01-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/02-feature-request.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/03-task-maintenance.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/04-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/05-incident-report.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/06-rfc-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down