Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 872 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 872 Bytes

Contributing

Thank you for taking the time to contribute to safe-flat!

When contributing to this repository, please first discuss the change you wish to make via a github issue.

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

Pull Request Process

  1. Adherence to the Developer Certificate of Origin (DCO) version 1.1 (git --signoff).
  2. Commits follow the Conventional Commits standard.
  3. Ensure all tests are passing (npm test).
  4. Adhere to standardjs guidelines.
  5. Add tests for any new features or to show that bugs have been fixed.
  6. Update the README.md with details of changes to the interface.
  7. You may merge the Pull Request in once you have the sign-off of the package owner.