Replies: 4 comments 6 replies
-
Hi @gridbugs. I am Bimbo, an Outreachy contributor. I am eager to contribute to and collaborate on the "Extend dune to discover system information". But unfortunately I am completely new to OCaml and currently stuck between my terminal and VScode. With your patience, I would really love to learn on the go(which won't be a problem) to make significant contributions that would add value to the project as a whole. Pending when you reply, I am currently going through this material. I really look forward to working with you. Thank you |
Beta Was this translation helpful? Give feedback.
-
Thank you @create2000. I just got to this stage of my installation of OCaml. (See picture below) Please let me know if i am moving correctly |
Beta Was this translation helpful? Give feedback.
-
Hey @gridbugs, |
Beta Was this translation helpful? Give feedback.
-
Hello @gridbugs, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome! This issue will be used as a central organizational point for contributions to Dune for participants in Outreachy June 2025. The process for making such contributions is outlined here: https://www.outreachy.org/apply/make-contributions/
Slack issues
The outreachy website currently instructs applicants to join the OCaml slack, however this slack is not public. I'm waiting on the admins to update the site to refer to our discord instead, as that's the preferred chat system. Our discord is at https://discord.gg/cCYQbqN.
Before you start
Before making your first contribution, we have a few requests:
Making Contributions
Once you've done the above steps, it's time to start contributing to Dune!
For code changes, choose issues you think will take a day or two for you to solve. Many small contributions are generally preferred over a few large contributions. Leave a comment on the issue asking me to assign you and tag me in the comment. If you want to work on a bigger issue, reach out to me first and we'll find a way to split it into smaller pieces that can be tackled in a day or two. Your PR does not have to solve the entire issue in one go.
Some tips to get your PRs merged faster:
git commit -s ...
). Dune does not allow unsigned commits.Creating new issues for problems you run into or writing documentation (ask me how!) are also welcome contributions!
Getting Help
If you run into trouble comment on this issue so other participants can benefit from the solutions. If you want interactive help, try the
#dune
and#outreachy
channels of the OCaml Discord.Beta Was this translation helpful? Give feedback.
All reactions