···99 🚨 RFCs are for proposed changes (not bugs or questions)
1010 Specifically they are whenever you'd like to see new features
1111 being added to urql, or enable new use-cases.
1212- They're also relevant whenever @urql/core is changed, since
1313- changes to e.g. the `Client` or `Exchange` types are kept rare
1414- and lean.
1212+1313+ Please open a Bug Report for issues/bugs, and use GitHub Discussions
1414+ or the Discord channel for questions instead.
1515-->
16161717## Summary
+3-1
.github/ISSUE_TEMPLATE/config.yml
···33 - name: Ask a question
44 url: https://github.com/urql-graphql/urql/discussions
55 about: Ask questions and discuss with other community members
66-66+ - name: Join the Discord
77+ url: https://discord.gg/NzUrbgz2dP
88+ about: Chat with maintainers and other community members
+2-2
.github/PULL_REQUEST_TEMPLATE.md
···22 Thanks for opening a pull request! We appreciate your dedication and help!
33 Before submitting your pull request, please make sure to read our CONTRIBUTING guide.
4455- The best contribution is always a PR! However, if you're starting to work on a large
66- change, it's best to make sure to open an issue first.
55+ The best contribution is always a PR, but please make sure to open an issue or discuss
66+ your changes first, if you’re looking to submit a larger PR.
7788 If this PR is already related to an issue, please reference it like so:
99 Resolves #123