Skip to content

How to Contribute

Samanyou Garg edited this page Dec 31, 2019 · 2 revisions

Contributing to The Gita Initiative

There are many ways to contribute to The Gita Initiative: logging bugs, submitting pull requests, reporting issues, and creating suggestions.

After cloning and building the repo, check out the issues list. Issues labeled help wanted are good issues to submit a PR for. Issues labeled good first issue are great candidates to pick up if you are in the code for the first time. If you are contributing significant changes, please discuss with the assignee of the issue first before starting to work on the issue.

Pull Requests

To enable us to quickly review and accept your pull requests, always create one pull request per issue and link the issue in the pull request. Never merge multiple requests in one unless they have the same root cause. Be sure to follow our Coding Guidelines and keep code changes as small as possible. Avoid pure formatting changes to code that has not been modified otherwise. Pull requests should contain tests whenever possible.

Where to Contribute

Check out the issues list for a list of all potential areas for contributions.

To avoid multiple pull requests resolving the same issue, let others know you are working on it by saying so in a comment.

Clone this wiki locally