I want to contribute for cppcheck.
Could you please tell me details about making a pull request?
How exactly could I create the pull request?
My contribution is about adding the author, author's mail and date of the specific error to htmlreport. I get this information from git. My contribution is made as an option for users, they can choose whether they want to see these information or not.
Regards
David Slivka
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
create your own fork of the cppcheck repo. You do that here on this webpage: https://github.com/danmar/cppcheck
clone your fork.
create a branch in your repo
do your changes.
push your branch
create the pull request.
Hi cppcheck developers Team,
I want to contribute for cppcheck.
Could you please tell me details about making a pull request?
How exactly could I create the pull request?
My contribution is about adding the author, author's mail and date of the specific error to htmlreport. I get this information from git. My contribution is made as an option for users, they can choose whether they want to see these information or not.
Regards
David Slivka
create your own fork of the cppcheck repo. You do that here on this webpage: https://github.com/danmar/cppcheck
clone your fork.
create a branch in your repo
do your changes.
push your branch
create the pull request.
I believe there are more details here: https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request