Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove inconsistencies about getting help #396

Merged
merged 4 commits into from
Oct 25, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions building/tooling/analyzers/creating-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ These are the steps to get going:
3. Open an issue at [exercism/exercism][exercism-repo] introducing yourself and telling us which language you'd like to create a Analyzer for.
4. Once an Analyzer repo has been created, use [the Analyzer interface document](/docs/building/tooling/analyzers/interface) to help guide your implementation.

We have an incredibly friendly and supportive community who will be happy to help you as you work through this! If you get stuck, please start a new topic on [the Exercism forum][forum] or create new issues at [exercism/exercism][exercism-repo] as needed 🙂
We have an incredibly friendly and supportive community who will be happy to help you as you work through this! If you get stuck, please start a new topic on [the Exercism forum][building-exercism] or create new issues at [exercism/exercism][exercism-repo] as needed 🙂

[forum]: https://forum.exercism.org/c/exercism/building-exercism/125
[building-exercism]: https://forum.exercism.org/c/exercism/building-exercism/125
kytrinyx marked this conversation as resolved.
Show resolved Hide resolved
[exercism-repo]: https://github.com/exercism/exercism
8 changes: 7 additions & 1 deletion building/tracks/shared-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ This document should **not** link to Exercism-wide (track-agnostic) help resourc
```markdown
# Help

If you're having trouble, feel free to ask help in the programming category of [the Exercism forum](https://forum.exercism.org/c/programming/5).
To get help if you're having trouble, you can use one of the following resources:

- [Kotlin Documentation](https://kotlinlang.org/docs/reference/)
- [Kotlin Forums](https://discuss.kotlinlang.org/)
- [Kotlin Slack Channel](http://kotlinlang.slack.com/): [get invite here](http://slack.kotlinlang.org/)
kytrinyx marked this conversation as resolved.
Show resolved Hide resolved
- [Stack Overflow](https://stackoverflow.com/questions/tagged/kotlin)
- [Reddit Channel](https://www.reddit.com/r/kotlin)
kytrinyx marked this conversation as resolved.
Show resolved Hide resolved
```

## File: `representations.md`
Expand Down