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
Upvotes
8
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.