Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 678 Bytes

File metadata and controls

18 lines (15 loc) · 678 Bytes

Contribution

To contribute to the Matik repositories, please follow the Contributor Guidelines by Github here

Gist

fork main code & clone repo

Pull Request(PR) Best Practices

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.