Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 712 Bytes

contributing.md

File metadata and controls

13 lines (9 loc) · 712 Bytes

Contributing

When contributing to this repository, please first propose the changes you wish to make in an issue first. Doing this gives us the chance to discuss your proposal, add some feedback and provide assistence where needed.

Please note we have a code of conduct. We expect every contributor to follow the same standards we do.

Submitting a pull request

  1. Fork the repository and clone to your development environment
  2. Create a new branch: git checkout -b my-branch-name
  3. Implement your changes
  4. Push to your fork and submit a pull request
  5. Celebrate your contribution and wait for your pull request to be reviewed and merged.