Improve contributor onboarding visibility in README#60443
Improve contributor onboarding visibility in README#60443ViralBShah merged 3 commits intoJuliaLang:masterfrom
Conversation
|
This looks good - but it feels a bit redundant given the CONTRIBUTING.md file. It also repeats some of the community links and I am not sure if the Julia key committers are all on zulip. My preference would be to significantly reduce the size of this section, while still trying to be a bit more prominent. |
LilithHafner
left a comment
There was a problem hiding this comment.
This LGTM. I'll wait a bit before merging to see if other folks have feedback.
|
|
||
| - [**Learning resources**](https://julialang.org/learning/) | ||
|
|
||
|
|
There was a problem hiding this comment.
This seems unrelated/accidental. We try not to include unrelated whitespace changes in PRs.
| To find suitable issues: | ||
| - Browse GitHub issues: https://github.com/JuliaLang/julia/issues | ||
| - Look for labels such as `good first issue`, `docs`, or `help wanted` | ||
|
|
||
| For questions and discussion: | ||
| - Discourse: https://discourse.julialang.org | ||
| - Zulip: https://julialang.zulipchat.com | ||
|
|
There was a problem hiding this comment.
@ViralBShah's points are good. Maybe delete this part?
| To find suitable issues: | |
| - Browse GitHub issues: https://github.com/JuliaLang/julia/issues | |
| - Look for labels such as `good first issue`, `docs`, or `help wanted` | |
| For questions and discussion: | |
| - Discourse: https://discourse.julialang.org | |
| - Zulip: https://julialang.zulipchat.com |
|
Thanks for the feedback! I’ve reduced the Contributing section to a concise pointer |
Co-authored-by: Lilith Orion Hafner <lilithhafner@gmail.com>
The README already references CONTRIBUTING.md, but the entry point for new contributors
is easy to miss. This PR adds a small, dedicated “Contributing” section to improve
discoverability, without duplicating existing documentation or changing contribution rules.