Howdy!
I am wanting to submit a very small patch to get cppcheck running for Haiku.
I have created the patch, but I am not sure how to upload the pull request. I am used to following a process like this:
gitclone"ssh://username@git.haiku-os.org/haiku"scp-pusername@git.haiku-os.org:hooks/commit-msg"haiku/.git/hooks/"gitremoteset-urloriginssh://username@git.haiku-os.org/haikugitpull--rebaseMAKEDESIREDSOURCECODECHANGESgitcommit-a-m"WebPositive: Style cleanup, no functional change"gitpushoriginHEAD:refs/for/master
What is the process for cppcheck?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Howdy!
I am wanting to submit a very small patch to get cppcheck running for Haiku.
I have created the patch, but I am not sure how to upload the pull request. I am used to following a process like this:
What is the process for cppcheck?
Thanks!
create a fork on github. click on the fork button at the top-right: https://github.com/danmar/cppcheck
create a branch in your repo and do the changes there.
create a github pull request. https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork
Thanks!
Looks like it submitted at least. :)