diff --git a/ISSUE.md b/ISSUE.md index e5c7d20..fd7e209 100644 --- a/ISSUE.md +++ b/ISSUE.md @@ -79,7 +79,7 @@ Apply appropriate labels to categorize and prioritize issues. - `revert` - ### Priority: - - `priority: high` + - `priority: low` - `priority: medium` - `priority: high` @@ -103,38 +103,130 @@ Assign issues to milestones to track progress toward releases or date. When creating an issue, use the appropriate template: ### Bug Report -- ### Title: `Bug: ` -- ### Template Sections: +- **Title**: `Bug: ` +- **Template Sections**: - Overview - Steps to Reproduce - Expected Behavior - Actual Behavior - Screenshots (if applicable) - Environment (OS, software vesions if possible) +- **Labels**: + - `bug` + - `priority: {high|megium|low}` + - `status: needs triage` ### Feature Request -- ### Title: `Feature: ` -- ### Template Sections: +- **Title*: `Feature: ` +- **Template Sections**: - Overview - Motivation - Proposed Solution - Alternatives Considered - Additional Context +- **Labels**: + - `feature` + - `priority: {high|megium|low}` + - `status: needs triage` ### Refactor Task -- ### Title `Refactor: ` -- ### Template Sections: +- **Title** `Refactor: ` +- **Template Sections**: - Overview - Reason for Refactoring - Areas of Impact - Expected Benefits +- **Labels**: + - `refactor` + - `priority: {high|megium|low}` + - `status: needs triage` ### Documentation Task -- ### Title: `Documentation: ` -- ### Template Sections: +- **Title**: `Documentation: ` +- **Template Sections**: - Overview - Pages or Sections Affected - Proposed Changes +- **Labels**: + - `documentation` + - `priority: {high|megium|low}` + - `status: needs triage` + +### Performance Improvement +- **Title**: `Performance: ` +- **Template Sections**: + - Overview + - Current Performance + - Expected Performance + - Impact + - Additional Information +- **Labels**: + - `performance` + - `priority: {high|megium|low}` + - `status: needs triage` + +### Test Task +- **Title**: `Test: ` +- **Template Sections**: + - Overview + - Areas to Test + - Test Type + - Motivation + - Additional Context +- **Labels**: + - `test` + - `priority: {high|megium|low}` + - `status: needs triage` + +### Build Task +- **Title**: `Build: ` +- **Template Sections**: + - Overview + - Current Build Configuration + - Proposed Changes + - Reason for Change + - Impact +- **Labels**: + - `build` + - `priority: {high|megium|low}` + - `status: needs triage` + +### CI Task +- **Title**: `CI: ` +- **Template Sections**: + - Overview + - Current CI Setup + - Proposed Changes + - Motivation + - Impact +- **Labels**: + - `ci` + - `priority: {high|megium|low}` + - `status: needs triage` + +### Chore Task +- **Title**: `Chore: ` +- **Template Sections**: + - Overview + - Task Details + - Reasoning + - Impact +- **Labels**: + - `chore` + - `priority: {high|megium|low}` + - `status: needs triage` + +### Revert Task +- **Title**: `Chore: ` +- **Template Sections**: + - Overview + - Commit/PR to Revert + - Reason for Revert + - Impact +- **Labels**: + - `chore` + - `priority: {high|megium|low}` + - `status: needs triage` ## Referencing Issues and Pull Requests - **Closing Issues Automatically**: Include keywords in pull requests to close issues automatically when merged