Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 376 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 376 Bytes

Contributing

Feel free to fork this repository and use it as a reference or make improvements! Contributions are welcome.

  1. Fork the repository.
  2. Create a new branch: git checkout -b <feature-branch-name>.
  3. Make your changes and commit: git commit -m 'Added some feature'.
  4. Push to the branch: git push origin <feature-branch-name>.
  5. Submit a pull request.