- Fork or clone the repo
- Create a branch for your feature or adjustments or fix (
git checkout -b feature/new-feature) - Commit changes (
git commit -m "Add new feature") - Push branch (
git push origin feature/new-feature) - 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!