# Good subsystems in Julia internals for new contributors?

**URL:** https://discourse.julialang.org/t/good-subsystems-in-julia-internals-for-new-contributors/134668
**Category:** Community
**Tags:** question, internals, contributing
**Created:** [December 21, 2025, 2:05pm UTC](https://discourse.julialang.org/t/good-subsystems-in-julia-internals-for-new-contributors/134668 "2025-12-21T14:05:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ark\_Gupta](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ark_gupta/32/220033_2.png) [@Ark\_Gupta](https://discourse.julialang.org/u/Ark_Gupta)
#### Post date: [December 21, 2025, 2:05pm UTC](https://discourse.julialang.org/t/good-subsystems-in-julia-internals-for-new-contributors/134668/1 "2025-12-21T14:05:42Z")

</div>

Hi everyone,

I’m exploring contributing to Julia internals and recently submitted a small README PR.  
I’d like to continue contributing more meaningfully and deepen my understanding of the codebase.

Are there particular subsystems or areas that are considered good entry points for new contributors?  
Any guidance on where help is most needed would be greatly appreciated.

Thanks!

---

<div class="post-metadata">

### Author: ![Oscar\_Smith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/oscar_smith/32/25343_2.png) [@Oscar\_Smith](https://discourse.julialang.org/u/Oscar_Smith)
#### Post date: [December 21, 2025, 3:36pm UTC](https://discourse.julialang.org/t/good-subsystems-in-julia-internals-for-new-contributors/134668/2 "2025-12-21T15:36:49Z")

</div>

In general, Base and the standard libraries are the good places to start if you are interested in the Julia repo itself. That said, I would recommend contributions to Julia packages before contributing to Julia itself. There is a lot more low hanging issues in the broader ecosystem.

---

<div class="post-metadata">

### Author: ![Eben60](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/eben60/32/13475_2.png) [@Eben60](https://discourse.julialang.org/u/Eben60)
#### Post date: [December 22, 2025, 11:10am UTC](https://discourse.julialang.org/t/good-subsystems-in-julia-internals-for-new-contributors/134668/3 "2025-12-22T11:10:15Z")

</div>

> [@Oscar\_Smith](#):
>
> I would recommend contributions to Julia packages before contributing to Julia itself

For selection of packages, two IMO important criteria, one of which is obvious: It should somehow be of interest for you. Another one: Check issues and PRs, esp. the _closed_ ones. What was the Time To First Response, how long did it take to close it?
