Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 1.37 KB

Contributing to Women Safety Application

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing to Women Safety Collaborative Project, which on GitHub.These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Note: Please don't file an issue to ask a question. You'll get faster results by asking on slack channel #cp_wmn_safety.

Contributions Best Practices

  • Write clear meaningful git commit messages (Do read http://chris.beams.io/posts/git-commit/)
  • Make sure your PR contains a small description, also mentioning your Slack ID
  • Always sync the fork repository with base before making any pull requests.
  • When you're submitting a PR for a UI-related issue, it would be really awesome if you add a screenshot of your change or a link to a deployment where it can be tested out along with your PR. It makes it very easy for the reviewers and you'll also get reviews quicker.

Branch Policy

We have the following branches

  • master This contains the stable code. After significant features/bugfixes are accumulated on development, we move it to master.
  • development All development goes on in this branch. If you're making a contribution, you are supposed to make a pull request to development branch.