Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 318 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 318 Bytes

Contributions are welcome! Here's how you can contribute to the project:

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