docs: remove status lable from ISSUE.md
This commit is contained in:
@@ -78,12 +78,6 @@ Apply appropriate labels to categorize and prioritize issues.
|
||||
- `chore`
|
||||
- `revert`
|
||||
|
||||
- ### Status:
|
||||
- `status: needs triage`
|
||||
- `status: in progress`
|
||||
- `status: blocked`
|
||||
- `status: review`
|
||||
|
||||
## Milestones
|
||||
Assign issues to milestones to track progress toward releases or date.
|
||||
- **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)
|
||||
- **Labels**:
|
||||
- `bug`
|
||||
- `status: needs triage`
|
||||
|
||||
### Feature Request
|
||||
- **Title*: `Feature: <short description>`
|
||||
@@ -120,7 +113,6 @@ When creating an issue, use the appropriate template:
|
||||
- Additional Context
|
||||
- **Labels**:
|
||||
- `feature`
|
||||
- `status: needs triage`
|
||||
|
||||
### Refactor Task
|
||||
- **Title**: `Refactor: <short description>`
|
||||
@@ -131,7 +123,6 @@ When creating an issue, use the appropriate template:
|
||||
- Expected Benefits
|
||||
- **Labels**:
|
||||
- `refactor`
|
||||
- `status: needs triage`
|
||||
|
||||
### Documentation Task
|
||||
- **Title**: `Documentation: <short description>`
|
||||
@@ -141,7 +132,6 @@ When creating an issue, use the appropriate template:
|
||||
- Proposed Changes
|
||||
- **Labels**:
|
||||
- `documentation`
|
||||
- `status: needs triage`
|
||||
|
||||
### Performance Improvement
|
||||
- **Title**: `Performance: <short description>`
|
||||
@@ -153,7 +143,6 @@ When creating an issue, use the appropriate template:
|
||||
- Additional Information
|
||||
- **Labels**:
|
||||
- `performance`
|
||||
- `status: needs triage`
|
||||
|
||||
### Test Task
|
||||
- **Title**: `Test: <short description>`
|
||||
@@ -165,7 +154,6 @@ When creating an issue, use the appropriate template:
|
||||
- Additional Context
|
||||
- **Labels**:
|
||||
- `test`
|
||||
- `status: needs triage`
|
||||
|
||||
### Build Task
|
||||
- **Title**: `Build: <short description>`
|
||||
@@ -177,7 +165,6 @@ When creating an issue, use the appropriate template:
|
||||
- Impact
|
||||
- **Labels**:
|
||||
- `build`
|
||||
- `status: needs triage`
|
||||
|
||||
### CI Task
|
||||
- **Title**: `CI: <short description>`
|
||||
@@ -189,7 +176,6 @@ When creating an issue, use the appropriate template:
|
||||
- Impact
|
||||
- **Labels**:
|
||||
- `ci`
|
||||
- `status: needs triage`
|
||||
|
||||
### Chore Task
|
||||
- **Title**: `Chore: <short description>`
|
||||
@@ -200,7 +186,6 @@ When creating an issue, use the appropriate template:
|
||||
- Impact
|
||||
- **Labels**:
|
||||
- `chore`
|
||||
- `status: needs triage`
|
||||
|
||||
### Revert Task
|
||||
- **Title**: `Chore: <short description>`
|
||||
@@ -211,7 +196,6 @@ When creating an issue, use the appropriate template:
|
||||
- Impact
|
||||
- **Labels**:
|
||||
- `chore`
|
||||
- `status: needs triage`
|
||||
|
||||
## Referencing Issues and Pull Requests
|
||||
- **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
|
||||
1. **Search Before Posting**: Check if a similar issue already exists.
|
||||
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.
|
||||
5. **Discussion**: Use the issue comments for any discussion or clarification.
|
||||
6. **Link Pull Requests**: When submitting a PR, reference the issue it addresses.
|
||||
@@ -243,7 +227,6 @@ Feature: Implement note graph visualization
|
||||
|
||||
Labels:
|
||||
- feature
|
||||
- status: needs triage
|
||||
|
||||
Description:
|
||||
|
||||
@@ -268,7 +251,6 @@ Bug: Unable to save notes with special characters
|
||||
|
||||
Labels:
|
||||
- bug
|
||||
- status: needs triage
|
||||
|
||||
Description:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user