# 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)](https://developercertificate.org/) version 1.1 (`git --signoff`).
2. Commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard.
3. Ensure all tests are passing (`npm test`).
4. Adhere to [standardjs](http://standardjs.com) 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.
