Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 921 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 921 Bytes

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

When contributing to this repository, please first discuss the change you wish to make via an issue, email, or any other method with the owners of this repository before making a change.

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

Contributing Process

  1. Fork the Project
  2. Create your feature/bug branch (git checkout -b feature/AmazingFeature)
  3. Ensure all tests pass, and you have written tests for any new code.
  4. Update the changelog
  5. Commit your changes once you have finished (git commit -m 'Add some AmazingFeature')
  6. Push to your feature/bug branch (git push origin feature/AmazingFeature)
  7. Open a Pull Request to the development branch of the package