datatogether / archivertools

Python package for scraping websites into the Data Together pipeline via morph.io
GNU Affero General Public License v3.0
6 stars 1 forks source link

Include in contribution guide branch/pull request conventions #21

Open jeffreyliu opened 6 years ago

jeffreyliu commented 6 years ago

branch: dev is the working branch, minor changes can be pushed straight to dev, major changes should be pull requests into dev

master will only host release-level changes, and any changes must be pull requests from dev branch into master

CI will test and build into pypi