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