Skip to content

Contributing

Pawan Dubey edited this page Jul 8, 2015 · 2 revisions

Thanks for your interest in contributing to Griffin! Griffin is in early stages of its development and hence will obviously have many bugs and kinks which need to be straightened out.

If you want to help, you can do that through either:

  1. Open an issue if you encounter a bug. Describe your use case and I'll try to fix it.
  2. Suggest positive changes and enhancements to the project.
  3. Contribute code. Fix bugs or make an enhancement to the code? For that you need to:
    • Fork and clone this repo, and configure remotes to point at upstream(this repo)
    • Create a new topic branch of the master branch for your issue/feature
    • Make changes on that branch, keeping the master branch updated with the upstream.
    • Rebase all your changes on top of master branch before submitting pull request.
    • Submit a pull request here.
    • Let us discuss it and merge it and be a hero :)

If you need to contact me for some purpose, you can mail me at pawandubey [at] outlook.com.