Skip to content

Commit e6d3c59

Browse files
authored
Merge pull request #779 from OpenConceptLab/paynejd-contributing
Update CONTRIBUTING.md
2 parents 3016c3e + 12a5e56 commit e6d3c59

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ We welcome contributions!
66
- All contributions require code review. For now, our process is simple: Open a [Pull Request on GitHub](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests) and ensure pylint and all tests pass on your local setup. One of the responsible code owners will then review your contribution.
77
- Our code coverage stands at ~93%, and we strive to increase it. Please make sure you [run coverage](https://github.com/OpenConceptLab/oclapi2#run-checks) before raising PR
88

9+
## OCL License Header
10+
- All code should start with the Open Concept Lab license header which can be found in the oclapi2 repository.
11+
12+
## Attribution
13+
- Attribution is to be done within commit comments according to the the comment conventions.
14+
- Attribution (either author or contributing authors) should not be placed into source code. When encountered, such attribution should be removed by (or with permission from) the original author(s). Contributions that require attribution (i.e., author(s) demanding attribution within the code contributions) will be graciously refused or removed from the repository.
15+
916
## Dev Setup
1017
Please follow [Dev Setup Guide](https://github.com/OpenConceptLab/oclapi2#dev-setup) and for [Running Checks](https://github.com/OpenConceptLab/oclapi2#run-checks)
1118

0 commit comments

Comments
 (0)