Skip to content

Contributing

Lizzy edited this page Oct 5, 2019 · 1 revision

Contributing Guidelines

If you see an open issue you want to work on (or if you open a new issue), follow these steps to make sure your change is included:

  1. Assign the issue to yourself or comment on the ticket that you are starting to work on it.

  2. Check out a new branch from master with the ticket number and a brief description of the ticket such as [ticket number]_add_transactions_endpoint.

  3. Once you have finished your changes, commit and push them to your remote branch.

  4. Submit a pull request back to the master branch. Include the issue number (ex. Resolves #1) in the PR description.

Clone this wiki locally