Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 965 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (22 loc) · 965 Bytes

How to contribute to Queer Undefined

  1. Read CODE_OF_CONDUCT.md
  2. Fork the repository
  3. 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.
  1. Check out the staging branch. This is the main development branch.
  2. Set up the project: yarn setup
  • Prerequisites: node, yarn, postgres
  • See readme for more detailed instructions
  1. 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.
  1. 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!