From 8eea91f151dab1c81882d115c84c0ffaadc54dc4 Mon Sep 17 00:00:00 2001 From: pidanou Date: Wed, 8 Jan 2025 21:06:30 +0100 Subject: [PATCH] fix: fix issue templates naming --- .github/{Issue Template/Bug.yml => ISSUE_TEMPLATE/bug.yml} | 4 ++-- .../documentation_update.yml | 0 .../{Issue Template => ISSUE_TEMPLATE}/feature_request.yml | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/{Issue Template/Bug.yml => ISSUE_TEMPLATE/bug.yml} (93%) rename .github/{Issue Template => ISSUE_TEMPLATE}/documentation_update.yml (100%) rename .github/{Issue Template => ISSUE_TEMPLATE}/feature_request.yml (100%) diff --git a/.github/Issue Template/Bug.yml b/.github/ISSUE_TEMPLATE/bug.yml similarity index 93% rename from .github/Issue Template/Bug.yml rename to .github/ISSUE_TEMPLATE/bug.yml index 27672e2..f2918ae 100644 --- a/.github/Issue Template/Bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -28,7 +28,7 @@ body: validations: required: true - type: textarea - id: How to reproduce + id: how-to-reproduce attributes: label: Detail steps on how to reproduce placeholder: | @@ -69,7 +69,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](./code_of_conduct.md). + description: By submitting this issue, you agree to follow our [Code of Conduct](./code_of_conduct.md). options: - label: I agree to follow this project's Code of Conduct required: true diff --git a/.github/Issue Template/documentation_update.yml b/.github/ISSUE_TEMPLATE/documentation_update.yml similarity index 100% rename from .github/Issue Template/documentation_update.yml rename to .github/ISSUE_TEMPLATE/documentation_update.yml diff --git a/.github/Issue Template/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 100% rename from .github/Issue Template/feature_request.yml rename to .github/ISSUE_TEMPLATE/feature_request.yml