From 9aa3f164a59cd521701f55bfe4a54872b1c5fc4d Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Tue, 10 Aug 2021 17:08:04 -0700 Subject: [PATCH] docs: update issue templates --- .github/ISSUE_TEMPLATE/{bug-report.md => bug-report.yaml} | 3 +-- .github/ISSUE_TEMPLATE/{config.yml => config.yaml} | 0 .../{feature-request.md => feature-request.yaml} | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report.md => bug-report.yaml} (95%) rename .github/ISSUE_TEMPLATE/{config.yml => config.yaml} (100%) rename .github/ISSUE_TEMPLATE/{feature-request.md => feature-request.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.yaml similarity index 95% rename from .github/ISSUE_TEMPLATE/bug-report.md rename to .github/ISSUE_TEMPLATE/bug-report.yaml index 03b61ddc44..ecc41199c4 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -6,8 +6,7 @@ labels: body: - type: markdown attributes: - value: | - Thanks for taking the time to fill out this bug report! + value: Thanks for taking the time to fill out this bug report! - type: textarea id: expected-behavior attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yml rename to .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature-request.md rename to .github/ISSUE_TEMPLATE/feature-request.yaml