summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/---01-bug-report.yml (renamed from .github/ISSUE_TEMPLATE/---bug_report.yml)0
-rw-r--r--.github/ISSUE_TEMPLATE/---02-feature-request.yml (renamed from .github/ISSUE_TEMPLATE/---feature-request.yml)0
-rw-r--r--.github/ISSUE_TEMPLATE/---03-documentation.md (renamed from .github/ISSUE_TEMPLATE/---documentation.md)0
-rw-r--r--.github/ISSUE_TEMPLATE/---framework-library-support.yml45
4 files changed, 0 insertions, 45 deletions
diff --git a/.github/ISSUE_TEMPLATE/---bug_report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml
index e204a1f5d..e204a1f5d 100644
--- a/.github/ISSUE_TEMPLATE/---bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml
diff --git a/.github/ISSUE_TEMPLATE/---feature-request.yml b/.github/ISSUE_TEMPLATE/---02-feature-request.yml
index f52aaeebe..f52aaeebe 100644
--- a/.github/ISSUE_TEMPLATE/---feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/---02-feature-request.yml
diff --git a/.github/ISSUE_TEMPLATE/---documentation.md b/.github/ISSUE_TEMPLATE/---03-documentation.md
index 23e100c7b..23e100c7b 100644
--- a/.github/ISSUE_TEMPLATE/---documentation.md
+++ b/.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