From fbfb4ba9c4fc764fbdfe8a118079436630591663 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Fri, 14 Oct 2022 20:55:46 -0300 Subject: [PATCH] GitHub: Attempt to fix issue templates --- .github/ISSUE_TEMPLATE/{bug_report.yml => bug_report.md} | 2 ++ .../ISSUE_TEMPLATE/{feature_request.yml => feature_request.md} | 2 ++ .../{pull_request_template.yml => pull_request_template.md} | 2 ++ 3 files changed, 6 insertions(+) rename .github/ISSUE_TEMPLATE/{bug_report.yml => bug_report.md} (99%) rename .github/ISSUE_TEMPLATE/{feature_request.yml => feature_request.md} (98%) rename .github/PULL_REQUEST_TEMPLATE/{pull_request_template.yml => pull_request_template.md} (98%) 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 +---