Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 480 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 480 Bytes

Contributing to Votefinder

Branch Structure

  • Commit to feature branches, merge to develop
  • Merge to master when ready for release to prod
  • Use bugfix branches, merge directly to develop and master when done
  • To release, create a release from master (SemVer)

Codestyle

  • 4 spaces, please
  • This is language agnostic
  • review flake8 output from CI/CD when committing, or set up flake8 in your editor before submitting a PR

PR Format

TBD

Issue template

TBD