diff options
author | 2022-02-10 11:14:39 -0800 | |
---|---|---|
committer | 2022-02-10 11:14:39 -0800 | |
commit | bd779a8f15d9bdf9223e3a1e7b6966f9037e2829 (patch) | |
tree | 2ecf97b1d43060b054a0e3f9295c9795aad74255 | |
parent | d71c46207af40de6811596ca4f5e10aa9006377b (diff) | |
download | astro-bd779a8f15d9bdf9223e3a1e7b6966f9037e2829.tar.gz astro-bd779a8f15d9bdf9223e3a1e7b6966f9037e2829.tar.zst astro-bd779a8f15d9bdf9223e3a1e7b6966f9037e2829.zip |
Update the wording on one of our issue templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 35b20cc6d..e896bd2f2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,8 +3,8 @@ 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 + - name: 💡 Ideas for New Features, Improvements and RFCs + url: https://github.com/withastro/rfcs/discussions about: Propose and discuss future improvements to Astro - name: 👾 Chat url: https://astro.build/chat |