diff options
author | 2022-01-28 21:14:44 -0800 | |
---|---|---|
committer | 2022-01-28 21:14:44 -0800 | |
commit | 2ed6b554d5c9d8ae63c913e2a0e71f7162c0ff76 (patch) | |
tree | 0e17444409097dddf85137a00d3121c90c8a3aa6 /.github | |
parent | ff8e18d2ff9fe13ca2ea757575f60690295c54a6 (diff) | |
download | astro-2ed6b554d5c9d8ae63c913e2a0e71f7162c0ff76.tar.gz astro-2ed6b554d5c9d8ae63c913e2a0e71f7162c0ff76.tar.zst astro-2ed6b554d5c9d8ae63c913e2a0e71f7162c0ff76.zip |
point issues to the new docs repo
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 660a6ffd2..35b20cc6d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: 📘 Documentation + url: https://github.com/withastro/docs + about: File an issue or make an improvement to the docs website. - name: 💡 Ideas, Suggestions and RFCs url: https://github.com/withastro/rfcs about: Propose and discuss future improvements to Astro |