Skip to content

Commit

Permalink
Merge pull request #815 from CoffeaTeam/contributing-updates
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md to indicate calver, release process
  • Loading branch information
lgray committed May 15, 2023
2 parents 88f088a + 8aefe17 commit 04a113f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

* Before submitting, please run `flake8 coffea` and `pytest` to ensure you follow our formatting conventions and do not break any existing code. Furthermore, we prefer that any newly contributed code does not reduce the current code coverage of the repository. Please make sure your test your code as thoroughly as is needed.
* Before submitting, please run `pre-commit run --all-files` and `pytest` to ensure you follow our formatting conventions and do not break any existing code. Furthermore, we prefer that any newly contributed code does not reduce the current code coverage of the repository. Please make sure your test your code as thoroughly as is needed.

#### **Did you fix whitespace, format code, or make a purely cosmetic patch?**

Expand All @@ -38,6 +38,8 @@ Changes that are cosmetic in nature and do not add anything substantial to the s

coffea is a HEP community and volunteer effort. We encourage you to pitch in and [join the team](mailto:cms-coffea@cern.ch)!

* Fixes, changes, and documentation updates will be released in a timely manner. Coffea follows [CalVer](https://calver.org/) practices. Repository maintainers will generate new releases as necessary, and releases are made using the github release pages.

Thanks! :coffee: :coffee: :coffee:

Coffea Team

0 comments on commit 04a113f

Please sign in to comment.