Interested in contributing to this project? As an open source project, we'd really appreciate any help and contributions!
Here's how to submit a Pull Request (PR):
- Fork this repository on GitHub.
- If you have forked this repository, please follow the following guide.
- Setup an Upstream remote to this repository
https://github.com/bccfilkom/gridmenu.git
- Sync your fork with the upstream.
- Clone your fork of the repository to your local computer.
- Create a branch with descriptive name to work (i.e.,
git checkout -b add-feature-x
). - Make changes, commit them, and push the branch to your repository fork.
- Writing unit test would be appreciated.
- Submit a pull request to the master branch.
- Address review comments if any.