0%

git contribution policy

CODE contribution policy

Everybody is encouraged to help improve the quality of the code.
You can help by reporting issues or even better fix issues yourself.

If you have a patch for CODE we use the github pull request system.

Also to keep the CODE code quality high we have written down some guidelines for contributing, see below.

General considerations

If you have problems or questions with/about git or github, first check [1].
If you modify any code, make sure the test suite still runs (make test). If it fails, fix the code or the relevant test.
If you change a function/method signature, update the doxygen documentation accordingly.
If you add a function or method, add a test for it add it to the doxygen documentation.
The tested code coverage line count should increase, not decrease.
Follow the google style code as much as possible [2].

Contribution procedure

Create a github account, setup SSH keys.
Fork the CODE repository on github [3].
Create a branch and commit your changes to this branch.
Push your branch to your github fork (not the original CODE, you probably don’t have permission).
Issue a pull request [4].
When the pull request is reviewed and there are no problems it will be accepted. Merging a pull request should always happen by someone else.
It can happen there are some mistakes here and there, we use the github commenting system to discuss these issues.
If there is a problem with the commit, you need to fix it. You can commit to the same branch, the PR will be updated automatically.

General notes about Pull requests

Please create descriptive commits containing atomic changes. Use short commit messages (try 50 characters, max is 70 characters); longer commit messages are possible in the body of the commit message (separated from the subject by an empty line). See [5].
If you fix an existing github issue, reference it in the commit message body, e.g. ‘Fixes #41’.
If your Pull request does not refer to an existing github issue, it is not necessary to create one (because github will present the PR just like an issue).
You can rewrite the history of the commits in your branch using rebase, but don’t rewrite the history before the first commit of your new branch.
We like to keep the history clean, and prevent a lot of ‘fix typo’ messages.
If you rewrite your history of your branch you can force push those changes to your branch. The PR will be updated. See e.g. [6].

[1] http://help.github.com
[2] https://google-styleguide.googlecode.com/svn/trunk/cppguide.html
[3] https://help.github.com/articles/fork-a-repo/
[4] https://help.github.com/articles/creating-a-pull-request/
[5] https://chris.beams.io/posts/git-commit
[6] https://developer.atlassian.com/blog/2015/04/force-with-lease/

Refer

https://github.com/casacore/casacore/blob/master/CONTRIBUTING.md

处无为之事,行不言之教;作而弗始,生而弗有,为而弗恃,功成不居!

欢迎关注我的其它发布渠道