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

Latest commit

 

History

History
24 lines (16 loc) · 673 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 673 Bytes

Contibuting

Branching Model

Gitflow

Deployment

Master branch is auto-deployed to https://scripture.study/

Develop branch is auto-deployed to https://scripture-study-staging.herokuapp.com/

New Features / Bug Fixes Process

  • Create a new branch (based on the develop branch)
  • Code
  • Submit a pull request to merge it into develop
  • I'll review & merge into develop
  • Veriy changes in the staging environment
  • I'll merge develop into master to make it live

TODO: add more contributing info