Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 354 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (7 loc) · 354 Bytes

A new branch should be opened for every function being changed.

Naming of the new branch should have the name of the function being changed eg. "submitVote-fix-v1"

add comments in code and commit summary to describe changes.

Once, something is working, then make a PR.

In the PR, request review.

If a PR passes review, then merge, delete branch.