docs: remove status lable from ISSUE.md

This commit is contained in:
2025-01-30 20:07:11 +00:00
parent c87a25c2f6
commit 858308f9cf
+1 -19
View File
@@ -78,12 +78,6 @@ Apply appropriate labels to categorize and prioritize issues.
- `chore` - `chore`
- `revert` - `revert`
- ### Status:
- `status: needs triage`
- `status: in progress`
- `status: blocked`
- `status: review`
## Milestones ## Milestones
Assign issues to milestones to track progress toward releases or date. Assign issues to milestones to track progress toward releases or date.
- **Release Milestones**: Use version numbers, e.g., `v1.3.0` - **Release Milestones**: Use version numbers, e.g., `v1.3.0`
@@ -108,7 +102,6 @@ When creating an issue, use the appropriate template:
- Environment (OS, software vesions if possible) - Environment (OS, software vesions if possible)
- **Labels**: - **Labels**:
- `bug` - `bug`
- `status: needs triage`
### Feature Request ### Feature Request
- **Title*: `Feature: <short description>` - **Title*: `Feature: <short description>`
@@ -120,7 +113,6 @@ When creating an issue, use the appropriate template:
- Additional Context - Additional Context
- **Labels**: - **Labels**:
- `feature` - `feature`
- `status: needs triage`
### Refactor Task ### Refactor Task
- **Title**: `Refactor: <short description>` - **Title**: `Refactor: <short description>`
@@ -131,7 +123,6 @@ When creating an issue, use the appropriate template:
- Expected Benefits - Expected Benefits
- **Labels**: - **Labels**:
- `refactor` - `refactor`
- `status: needs triage`
### Documentation Task ### Documentation Task
- **Title**: `Documentation: <short description>` - **Title**: `Documentation: <short description>`
@@ -141,7 +132,6 @@ When creating an issue, use the appropriate template:
- Proposed Changes - Proposed Changes
- **Labels**: - **Labels**:
- `documentation` - `documentation`
- `status: needs triage`
### Performance Improvement ### Performance Improvement
- **Title**: `Performance: <short description>` - **Title**: `Performance: <short description>`
@@ -153,7 +143,6 @@ When creating an issue, use the appropriate template:
- Additional Information - Additional Information
- **Labels**: - **Labels**:
- `performance` - `performance`
- `status: needs triage`
### Test Task ### Test Task
- **Title**: `Test: <short description>` - **Title**: `Test: <short description>`
@@ -165,7 +154,6 @@ When creating an issue, use the appropriate template:
- Additional Context - Additional Context
- **Labels**: - **Labels**:
- `test` - `test`
- `status: needs triage`
### Build Task ### Build Task
- **Title**: `Build: <short description>` - **Title**: `Build: <short description>`
@@ -177,7 +165,6 @@ When creating an issue, use the appropriate template:
- Impact - Impact
- **Labels**: - **Labels**:
- `build` - `build`
- `status: needs triage`
### CI Task ### CI Task
- **Title**: `CI: <short description>` - **Title**: `CI: <short description>`
@@ -189,7 +176,6 @@ When creating an issue, use the appropriate template:
- Impact - Impact
- **Labels**: - **Labels**:
- `ci` - `ci`
- `status: needs triage`
### Chore Task ### Chore Task
- **Title**: `Chore: <short description>` - **Title**: `Chore: <short description>`
@@ -200,7 +186,6 @@ When creating an issue, use the appropriate template:
- Impact - Impact
- **Labels**: - **Labels**:
- `chore` - `chore`
- `status: needs triage`
### Revert Task ### Revert Task
- **Title**: `Chore: <short description>` - **Title**: `Chore: <short description>`
@@ -211,7 +196,6 @@ When creating an issue, use the appropriate template:
- Impact - Impact
- **Labels**: - **Labels**:
- `chore` - `chore`
- `status: needs triage`
## Referencing Issues and Pull Requests ## Referencing Issues and Pull Requests
- **Closing Issues Automatically**: Include keywords in pull requests to close issues automatically when merged - **Closing Issues Automatically**: Include keywords in pull requests to close issues automatically when merged
@@ -229,7 +213,7 @@ When creating an issue, use the appropriate template:
## Workflow ## Workflow
1. **Search Before Posting**: Check if a similar issue already exists. 1. **Search Before Posting**: Check if a similar issue already exists.
2. **Create the Issue**: Use the correct template and follow the conventions. 2. **Create the Issue**: Use the correct template and follow the conventions.
3. **Label Appropriately**: Add relevant lables for type and status. 3. **Label Appropriately**: Add relevant lables for type.
4. **Assign and Milestones**: Assign yourself if working on it and add to a milestone if applicable. 4. **Assign and Milestones**: Assign yourself if working on it and add to a milestone if applicable.
5. **Discussion**: Use the issue comments for any discussion or clarification. 5. **Discussion**: Use the issue comments for any discussion or clarification.
6. **Link Pull Requests**: When submitting a PR, reference the issue it addresses. 6. **Link Pull Requests**: When submitting a PR, reference the issue it addresses.
@@ -243,7 +227,6 @@ Feature: Implement note graph visualization
Labels: Labels:
- feature - feature
- status: needs triage
Description: Description:
@@ -268,7 +251,6 @@ Bug: Unable to save notes with special characters
Labels: Labels:
- bug - bug
- status: needs triage
Description: Description: