From 53f53175435a34d7f8cac4c15d22b2fefaecafd0 Mon Sep 17 00:00:00 2001 From: Jared McCluskey Date: Sun, 24 Mar 2024 21:35:34 -0700 Subject: [PATCH 1/2] order (#49) --- .github/ISSUE_TEMPLATE/{proposal.md => 01-proposal.md} | 0 .github/ISSUE_TEMPLATE/{bug_report.md => 02-bug_report.md} | 0 ...ng-the-lawn-green.md => 03-cleanup--keeping-the-lawn-green.md} | 0 .github/ISSUE_TEMPLATE/{docs-request.md => 04-docs-request.md} | 0 .../ISSUE_TEMPLATE/{planned-feature.md => 09-planned-feature.md} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{proposal.md => 01-proposal.md} (100%) rename .github/ISSUE_TEMPLATE/{bug_report.md => 02-bug_report.md} (100%) rename .github/ISSUE_TEMPLATE/{cleanup--keeping-the-lawn-green.md => 03-cleanup--keeping-the-lawn-green.md} (100%) rename .github/ISSUE_TEMPLATE/{docs-request.md => 04-docs-request.md} (100%) rename .github/ISSUE_TEMPLATE/{planned-feature.md => 09-planned-feature.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/01-proposal.md similarity index 100% rename from .github/ISSUE_TEMPLATE/proposal.md rename to .github/ISSUE_TEMPLATE/01-proposal.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/02-bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/02-bug_report.md diff --git a/.github/ISSUE_TEMPLATE/cleanup--keeping-the-lawn-green.md b/.github/ISSUE_TEMPLATE/03-cleanup--keeping-the-lawn-green.md similarity index 100% rename from .github/ISSUE_TEMPLATE/cleanup--keeping-the-lawn-green.md rename to .github/ISSUE_TEMPLATE/03-cleanup--keeping-the-lawn-green.md diff --git a/.github/ISSUE_TEMPLATE/docs-request.md b/.github/ISSUE_TEMPLATE/04-docs-request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/docs-request.md rename to .github/ISSUE_TEMPLATE/04-docs-request.md diff --git a/.github/ISSUE_TEMPLATE/planned-feature.md b/.github/ISSUE_TEMPLATE/09-planned-feature.md similarity index 100% rename from .github/ISSUE_TEMPLATE/planned-feature.md rename to .github/ISSUE_TEMPLATE/09-planned-feature.md From abdcefa2f2759cd5f7bf572a0a835c73016cb047 Mon Sep 17 00:00:00 2001 From: Jared McCluskey Date: Sun, 24 Mar 2024 21:36:25 -0700 Subject: [PATCH 2/2] Update issue templates --- .github/ISSUE_TEMPLATE/{02-bug_report.md => bug-report.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{02-bug_report.md => bug-report.md} (86%) diff --git a/.github/ISSUE_TEMPLATE/02-bug_report.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 86% rename from .github/ISSUE_TEMPLATE/02-bug_report.md rename to .github/ISSUE_TEMPLATE/bug-report.md index 0250eb6c..085f77a9 100644 --- a/.github/ISSUE_TEMPLATE/02-bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,6 @@ --- -name: Bug report -about: Create a report to help us improve +name: Bug Report +about: Create a bug report title: "[Bug] " labels: bug assignees: ''