From 5e2c825c9e0745b3b4f64585cecc9c6f3786ee6b Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Thu, 15 Jul 2021 16:40:47 -0400 Subject: [PATCH] clean up issue templates --- ...---bug_report.yml => ---01-bug-report.yml} | 0 ...-request.yml => ---02-feature-request.yml} | 0 ...ocumentation.md => ---03-documentation.md} | 0 .../---framework-library-support.yml | 45 ------------------- 4 files changed, 45 deletions(-) rename .github/ISSUE_TEMPLATE/{---bug_report.yml => ---01-bug-report.yml} (100%) rename .github/ISSUE_TEMPLATE/{---feature-request.yml => ---02-feature-request.yml} (100%) rename .github/ISSUE_TEMPLATE/{---documentation.md => ---03-documentation.md} (100%) delete mode 100644 .github/ISSUE_TEMPLATE/---framework-library-support.yml diff --git a/.github/ISSUE_TEMPLATE/---bug_report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/---bug_report.yml rename to .github/ISSUE_TEMPLATE/---01-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/---feature-request.yml b/.github/ISSUE_TEMPLATE/---02-feature-request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/---feature-request.yml rename to .github/ISSUE_TEMPLATE/---02-feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/---documentation.md b/.github/ISSUE_TEMPLATE/---03-documentation.md similarity index 100% rename from .github/ISSUE_TEMPLATE/---documentation.md rename to .github/ISSUE_TEMPLATE/---03-documentation.md diff --git a/.github/ISSUE_TEMPLATE/---framework-library-support.yml b/.github/ISSUE_TEMPLATE/---framework-library-support.yml deleted file mode 100644 index 3198e05de..000000000 --- a/.github/ISSUE_TEMPLATE/---framework-library-support.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: "\U0001F91D Framework/Library Support Request" -description: Request support for new frameworks, libraries, tools, etc. -title: "\U0001F91D " -labels: ['support'] -assignees: [] -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to request support for your favorite tool! Please fill out this form as completely as possible. - - While Astro is in beta, we ask that you attempt to implement this on your own first. - - If you run into any issues, it's possible that Astro is missing something! We may be able to update Astro to support your request. - - type: checkboxes - attributes: - label: Checklist - options: - - label: I have already searched for existing issues for this framework/library. - required: true - - label: I have already searched npm for an existing Astro integration. - required: true - - label: I have already tried this with Astro myself, and it did not work. - required: true - validations: - required: true - - type: input - attributes: - label: Website or GitHub repository - placeholder: 'https://github.com/username/repo' - validations: - required: true - - type: textarea - attributes: - label: Additional Details - - type: checkboxes - attributes: - label: Help make it happen! - description: "Tip: Requests made by interested contributors are much more likely to get done!" - options: - - label: I am willing to submit a PR to implement this change. - - label: I am willing to submit a PR to implement this change, but would need some guidance. - - label: I am not willing to submit a PR to implement this change. - validations: - required: true