summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-06-13 15:51:21 -0700
committerGravatar GitHub <noreply@github.com> 2021-06-13 15:51:21 -0700
commit9a3a7bc7e747a9304497dd77ab4baa6eeafd1e0b (patch)
treea85a96aaae6067330dcb0e74ad4a09e7909844ae
parentfbe1493c1bc8b44e2e7588e42329f51784299532 (diff)
downloadastro-9a3a7bc7e747a9304497dd77ab4baa6eeafd1e0b.tar.gz
astro-9a3a7bc7e747a9304497dd77ab4baa6eeafd1e0b.tar.zst
astro-9a3a7bc7e747a9304497dd77ab4baa6eeafd1e0b.zip
Delete ---framework---library-support.md
-rw-r--r--.github/ISSUE_TEMPLATE/---framework---library-support.md32
1 files changed, 0 insertions, 32 deletions
diff --git a/.github/ISSUE_TEMPLATE/---framework---library-support.md b/.github/ISSUE_TEMPLATE/---framework---library-support.md
deleted file mode 100644
index 4d2a3660f..000000000
--- a/.github/ISSUE_TEMPLATE/---framework---library-support.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-name: "\U0001F91D Framework & Library Support"
-about: Report broken frameworks, libraries, etc.
-title: '[New Framework] <NAME>'
-labels: ''
-assignees: ''
----
-
-### New Framework: Quick Checklist
-
-- [x] I have already searched for an existing issue.
-- [x] I have already searched npm for an existing plugin/renderer.
-- [x] I have already tried using this with Astro, and it did not work.
-
-### Describe the Request
-
-<!-- If the request is to add support for a new component framework (ex: Svelte): we will need to create a new renderer. -->
-<!-- If the request is to fix a broken npm package that isn't working with Astro (ex: styled-components): describe how it is breaking, expected behavior, etc. -->
-
-### Relevant Links & Additional Context
-
-- Framework website/repo: <URL>
-- ...
-
-## Help Make it Happen!
-
-<!-- Tip: Requests made by interested contributors are much more likely to happen. -->
-<!-- Select one from the list below: -->
-
-- [ ] I am willing to submit a PR to implement this change.
-- [ ] I am willing to submit a PR to implement this change, but would need some guidance.
-- [ ] I am not willing to submit a PR to implement this change.