Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 504 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 504 Bytes

Contributing to dj_anonymizer

A checklist of things to remember when making a PR:

  • Write tests if applicable
  • Add note important changes in the changelog file
  • Update the README and documentation if needed

For test automation on CI, GitHub Actions are in use. You can also run the same tests locally, check Makefile contents or try make help.

Contributions following these guidelines are always welcome and appreciated!