diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 05e6540772..f5369e9991 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,7 +11,7 @@ assignees: '' A clear and concise description of what the bug is. **Logs** -Please include browser console and server logs around the time this bug occured. +Please include browser console and server logs around the time this bug occurred. **To Reproduce** To help us help you, if you've found a bug please consider the following: @@ -46,7 +46,7 @@ If you have a stack trace to include, we recommend putting inside a `
` **Severity** How severe an issue is this bug to you? Is this annoying, blocking some users, blocking an upgrade or blocking your usage of Svelte entirely? -Note: the more honest and specific you are here the more we will take you seriously. +Note: the more honest and specific you are here the more we will take you seriously. **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 16c74efe8f..e533c21c96 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,7 +8,7 @@ assignees: '' --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +A clear and concise description of what the problem is. For example: I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. @@ -17,7 +17,7 @@ A clear and concise description of what you want to happen. A clear and concise description of any alternative solutions or features you've considered. **How important is this feature to you?** -Note: the more honest and specific you are here the more we will take you seriously. +Note: the more honest and specific you are here the more we will take you seriously. **Additional context** Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/questions-and-help.md b/.github/ISSUE_TEMPLATE/questions-and-help.md index 201d90c0f4..a6e0dc6e19 100644 --- a/.github/ISSUE_TEMPLATE/questions-and-help.md +++ b/.github/ISSUE_TEMPLATE/questions-and-help.md @@ -9,4 +9,4 @@ assignees: '' This issue tracker is intended to collect bug reports and feature requests. -For help with installation, information on how features work, or questions about specific features of Svelte, please come and join us in the [Svelte Discord](https://discord.gg/A4KjDkY), or ask your question on [Stackoverflow](https://stackoverflow.com/questions/tagged/svelte). Any issues open for help requests will be closed to keep from clogging up the issue tracker. +For help with installation, information on how features work, or questions about specific features of Svelte, please come and join us in the [Svelte Discord](https://svelte.dev/chat), or ask your question on [Stack Overflow](https://stackoverflow.com/questions/tagged/svelte). Any issues open for help requests will be closed to keep from clogging up the issue tracker.