From 72ce52a986d1f3ae58a191c2b0bbc88cd3a8c837 Mon Sep 17 00:00:00 2001 From: yukkop Date: Thu, 30 Jan 2025 19:51:26 +0000 Subject: [PATCH] fix: type --- ISSUE.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/ISSUE.md b/ISSUE.md index fd7e209..38b22f3 100644 --- a/ISSUE.md +++ b/ISSUE.md @@ -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: ` +- **Title**: `Refactor: ` - **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