diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 99% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug_report.md index 97e6e5d2..3164ed86 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,4 @@ +--- name: Bug Report description: Use this to report bugs and issues. body: @@ -34,3 +35,4 @@ body: placeholder: You description here. validations: required: true +--- diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 98% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/feature_request.md index 34997edc..497555b8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,3 +1,4 @@ +--- name: Bug Report description: Use this to make feature requests. body: @@ -15,3 +16,4 @@ body: placeholder: You description here. validations: required: true +--- diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.yml b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md similarity index 98% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.yml rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 691b9fc0..846fa280 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.yml +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -1,3 +1,4 @@ +--- name: Pull Request description: Open a pull request. body: @@ -18,3 +19,4 @@ body: placeholder: You description here. validations: required: true +---