Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 305 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 305 Bytes

CONTRIBUTING

Please follow these steps:

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