To contribute to the Matik repositories, please follow the Contributor Guidelines by Github here
fork main code & clone repo
1. Regularly Sync with the Upstream Repository:
- Keep your fork up to date!
git fetch upstream git merge upstream/master
2. Use Descriptive Branch Names:
- Name branches based on the issue or feature, e.g., feature/add-login.
3. Submit Well-Documented PRs:
- Clearly describe your changes, link related issues, and explain the rationale behind your contribution.