Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 431 Bytes

File metadata and controls

14 lines (11 loc) · 431 Bytes

Contributing

  1. Fork or clone the repo
  2. Create a branch for your feature or adjustments or fix (git checkout -b feature/new-feature)
  3. Commit changes (git commit -m "Add new feature")
  4. Push branch (git push origin feature/new-feature)
  5. Open a Pull Request
  • Keep changes focused and small
  • Open a PR with a clear description
  • Be open to feedback 🙂

Note

No strict rules yet, the project is evolving!