Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

25 lines (20 loc) · 1.21 KB

Contributing guide

Interested in contributing to this project? As an open source project, we'd really appreciate any help and contributions!

Contribute code for this project

Here's how to submit a Pull Request (PR):

  1. 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.
  2. Clone your fork of the repository to your local computer.
  3. Create a branch with descriptive name to work (i.e., git checkout -b add-feature-x).
  4. Make changes, commit them, and push the branch to your repository fork.
  5. Writing unit test would be appreciated.
  6. Submit a pull request to the master branch.
  7. Address review comments if any.