Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 2.34 KB

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 2.34 KB

Contributing to the Green Up App

The Green Up App is a Code for BTV project. Contributions to this projects are always welcome.

Join #green-up on Slack to get in touch with the team actively contributing to this project.

What to contribute

Active open issues are available under issues and they are organized under projects.

If you're new to the project, look for those labeled as 'good first issue'.

If you notice an issue that is not logged feel free to create one or submit a pull request with a fix and a description.

How to contribute

To contribute, send us a pull request. Our team will do our best to review it on time and merge it to master.

  1. If you're working on an existing issue, assign it to yourself and drag it to the 'In Progress' column in the project it's assigned to.
  2. (Create a branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/) from master. If you don't have permissions to create a branch, fork the repository. If the change you're making belongs to an issue, use the issue number as the branch name e.g issue-22
  3. Make the changes in your branch.
  4. Commit the changes to your branch using a clear and descriptive commit message.
  5. Push the changes to your branch.
  6. Make sure that your branch has the latest source from the master branch.
  7. Create a pull request either from your fork or your branch. Include any relevant information about your changes in the pull request description
  8. Address any questions from the pull request
  9. Once the pull request has been accepted and merged to master be sure to delete your branch and drag the corresponding issue (if any) to the 'Done' column.

Code of Conduct

This project has adopted the Code for BTV Code of Conduct.

Licensing

See the LICENSE for information on this project's license.