Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 883 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 883 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue or a discussion before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure you're using git-flow and Pull Requesting onto develop or your own feature branch.
  2. The Pylint and FuncTest actions must pass.
  3. All CI/CD tests are checked for alterations. New functionality should have new tests. Existing tests must have complete justification for being altered.
  4. Increase the version number to the new version that this Pull Request would represent. The versioning scheme we use is SemVer.
  5. Only admins may merge the Pull Request.