fix: type

This commit is contained in:
2025-01-30 19:51:26 +00:00
parent 46b8ad1ba9
commit 72ce52a986
+11 -11
View File
@@ -113,7 +113,7 @@ When creating an issue, use the appropriate template:
- Environment (OS, software vesions if possible)
- **Labels**:
- `bug`
- `priority: {high|megium|low}`
- `priority: {high|medium|low}`
- `status: needs triage`
### Feature Request
@@ -126,11 +126,11 @@ When creating an issue, use the appropriate template:
- Additional Context
- **Labels**:
- `feature`
- `priority: {high|megium|low}`
- `priority: {high|medium|low}`
- `status: needs triage`
### Refactor Task
- **Title** `Refactor: <short description>`
- **Title**: `Refactor: <short description>`
- **Template Sections**:
- Overview
- Reason for Refactoring
@@ -138,7 +138,7 @@ When creating an issue, use the appropriate template:
- Expected Benefits
- **Labels**:
- `refactor`
- `priority: {high|megium|low}`
- `priority: {high|medium|low}`
- `status: needs triage`
### Documentation Task
@@ -149,7 +149,7 @@ When creating an issue, use the appropriate template:
- Proposed Changes
- **Labels**:
- `documentation`
- `priority: {high|megium|low}`
- `priority: {high|medium|low}`
- `status: needs triage`
### Performance Improvement
@@ -162,7 +162,7 @@ When creating an issue, use the appropriate template:
- Additional Information
- **Labels**:
- `performance`
- `priority: {high|megium|low}`
- `priority: {high|medium|low}`
- `status: needs triage`
### Test Task
@@ -175,7 +175,7 @@ When creating an issue, use the appropriate template:
- Additional Context
- **Labels**:
- `test`
- `priority: {high|megium|low}`
- `priority: {high|medium|low}`
- `status: needs triage`
### Build Task
@@ -188,7 +188,7 @@ When creating an issue, use the appropriate template:
- Impact
- **Labels**:
- `build`
- `priority: {high|megium|low}`
- `priority: {high|medium|low}`
- `status: needs triage`
### CI Task
@@ -201,7 +201,7 @@ When creating an issue, use the appropriate template:
- Impact
- **Labels**:
- `ci`
- `priority: {high|megium|low}`
- `priority: {high|medium|low}`
- `status: needs triage`
### Chore Task
@@ -213,7 +213,7 @@ When creating an issue, use the appropriate template:
- Impact
- **Labels**:
- `chore`
- `priority: {high|megium|low}`
- `priority: {high|medium|low}`
- `status: needs triage`
### Revert Task
@@ -225,7 +225,7 @@ When creating an issue, use the appropriate template:
- Impact
- **Labels**:
- `chore`
- `priority: {high|megium|low}`
- `priority: {high|medium|low}`
- `status: needs triage`
## Referencing Issues and Pull Requests