Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 289 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 289 Bytes

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/<YourFeature>)
  3. Commit your changes (git commit -am 'Add a new feature')
  4. Push to the branch (git push origin feature/<YourFeature>)
  5. Create a new pull request on the development branch