Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 430 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 430 Bytes

Development Workflow

  1. Create an issue or pick an available open issue.
  2. Assign the issue to yourself.
  3. Add the tag "In Progress" to the issue.
  4. Create a feature branch.
  5. Do development.
  6. Create a pull request for the issue.
  7. Replace "In Progress" tag with "Review"

Review Workflow

  1. Pick an issue with the "Review" tag.
  2. Review it with comments.
  3. Once an issue has 2 or more approvals it can be merged.