Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

25 lines (23 loc) · 1.22 KB

Contributing

When contributing to this repository, please first discuss the change you wish to make, added functionality you'd like to see, or bug you've found via one of the following:

  • Raising a github issue using the issue template;
  • Emailing [email protected];
  • Contacting the py-af-colours team on the data-vis govdatascience channel;
  • Using the Accessibility and Presentation/Dissemination of Statistics Basecamp groups.

Pull/merge request process

  1. Branch from the main branch. If you are implementing a feature name it feature/name_of_feature, if you are implementing a bugfix name it bug/issue_name.
  2. Update the README.md and other documentation with details of major changes to the interface, this includes new environment variables, useful file locations and container parameters. If you have added new functionality, please include an example.
  3. Once you are ready for review please open a pull/merge request to the main branch.
  4. You may merge the Pull/Merge Request in once you have the sign-off of an owner.

Code style

  • We follow the PEP8 style.
  • We use the numpydoc format for documenting features using docstrings.