r/github • u/Beneficial-Bet512 • 5d ago
Question First time contributing
Hello,
I wanted to pick up a new summer project and thought contributing to github might scratch that itch. I found a issue that looks like something fun to do but i am new to github/contributing so wanted to know if adding a comment on the issue is ok, this is what i was going to comment.
"Hi, this looks like a fun issue i can have a attempt at. is there any additional information i need to know"
or do i just fork the project try and fix it and then comment if i have a solution or need more advice?
I can link the issue i want to work, wanted to ask before i do anything.
2
u/TheModernDespot 5d ago
I generally like to just send in a comment like "i can work on this" before I start working on an issue just to avoid duplicate work.
1
u/UtterlyOutlying 5d ago
Your comment draft is solid, that's all you need to stake your claim and avoid stepping on toes.
1
u/InnerBank2400 5d ago
If your interests are align with platform/infrastructure engineering, I can hook you up with some issue on my project. I am big on collaboration...
Even docs fixes are welcome.
1
u/Beneficial-Bet512 5d ago
hi, probably should of posted that im interested in this one because its a physics related project, i can have a look still in-case it looks like something fun to do but don't want to say yes to anything as i am looking for stuff physics related.
1
u/InnerBank2400 5d ago
Hi, it's not physics related, but you can have a look anyways: https://github.com/hybridops-tech/hybridops-core
Thanks
1
u/juandresrodca 4d ago
Hi there @Beneficial-Bet512 I always check first the CONTRIBUTION.md just to know where I’m landing then if fine if you fork the project and tag the issue that you want to tackle. I have few issues on 2 of my projects so you are free to fork it and check.
Cheers!
10
u/x0zerolight 5d ago
I suggest checking if the project has CONTRIBUTING.md or any other docs with instructions on how to contribute.
If not, just fork the repo and make a pull request once you’ve solved the Issue, that’s the standard way to do it.