Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 317 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 317 Bytes

Contributing

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/your-feature
    
  3. Make your changes and commit them:

    git commit -m "Commit message"
    
  4. Push to your branch:

    git push origin feature/your-feature
    
  5. Open a pull request.