- Read CODE_OF_CONDUCT.md
- Fork the repository
- Configure your upstream remote. This will allow you to pull changes from the main repository
git remote add upstream [email protected]:saragw6/definitions.git
git fetch upstream
- For more details about workflow for forked repos, see this guide.
- Check out the staging branch. This is the main development branch.
- Set up the project:
yarn setup
- Prerequisites: node, yarn, postgres
- See readme for more detailed instructions
- Find something to do
- Talk to Sara or email [email protected] for guidance
- Bug fixes are great
- Potential enhancements/features are welcome, but not guaranteed to be merged.
- Create a pull request. All PRs must:
- provide a summary of the changes
- include tests for new or changed code
- pass the Travis build
Thank you!