Skip to content

Commit fb2cc03

Browse files
committed
docs: Improve feature request template and issue config
1 parent 98ba6e2 commit fb2cc03

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.github/ISSUE_TEMPLATE/02_feature_request.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ labels:
66
body:
77
- type: markdown
88
attributes:
9-
value: Thanks for taking the time to file a feature request! Please fill out this form completely.
9+
value: Thanks for taking the time to improve next-intl!
1010
- type: markdown
1111
attributes:
12-
value: Please keep in mind that if something doesn't work as expected, you might want to [create a bug report](https://github.com/amannn/next-intl/issues/new/choose) instead. Bug reports disguised as feature requests will be closed.
12+
value: |
13+
Please keep in mind:
14+
- If you're looking for specific support with your project, you can consider asking for help on the [Next.js Discord](https://discord.com/invite/nextjs), [Stack Overflow](https://stackoverflow.com/questions/ask) or [GitHub discussions](https://github.com/amannn/next-intl/discussions) instead.
15+
- If something doesn't work as expected, you might want to [create a bug report](https://github.com/amannn/next-intl/issues/new/choose) instead.
16+
- Please double check the [docs](https://next-intl.dev) to see if your feature request is already supported.
17+
- Please also check the [existing issues](https://github.com/amannn/next-intl/issues) to see if your feature request was already discussed.
18+
If you have a feature request that has not been discussed yet, please fill out this form completely.
1319
- type: textarea
1420
attributes:
1521
label: Is your feature request related to a problem? Please describe.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ contact_links:
33
- name: View documentation
44
url: https://next-intl.dev
55
about: Check out the official docs for answers to common questions
6-
- name: Get community support
6+
- name: Get community support on the Next.js Discord
7+
url: https://discord.com/invite/nextjs
8+
about: Join the Next.js community on Discord to get real-time help and connect with other developers
9+
- name: Get community support on Stack Overflow
710
url: https://stackoverflow.com/questions/ask
8-
about: Ask questions and discuss with other community members
11+
about: Post your technical questions on Stack Overflow where experienced developers can help
12+
- name: Get community support on GitHub Discussions
13+
url: https://github.com/amannn/next-intl/discussions
14+
about: Start a discussion to share ideas and ask questions
915
- name: Get maintainer support
1016
url: https://github.com/sponsors/amannn?frequency=one-time
1117
about: Book a consulting session to get help with your specific project

0 commit comments

Comments
 (0)