Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 465 Bytes

File metadata and controls

17 lines (12 loc) · 465 Bytes

Contributing

Thanks for your interest in contributing!

How to contribute

  1. Fork this repository
  2. Create a new branch (git checkout -b feature/your-feature-name)
  3. Make your changes
  4. Commit your changes (git commit -m "Add some feature")
  5. Push to your branch (git push origin feature/your-feature-name)
  6. Open a Pull Request and describe what you changed

Rules

  • Do not push directly to main
  • All changes must go through a Pull Request