Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 388 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 388 Bytes

Contributing

Contributors are warmly welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/new-feature).
  6. Create a new Pull Request.