sendgrid / python-http-client

Twilio SendGrid's Python HTTP Client for calling APIs
https://sendgrid.com
MIT License
125 stars 101 forks source link

Document new Git workflow in CHANGELOG.md #106

Closed thinkingserious closed 5 years ago

thinkingserious commented 5 years ago

Issue Summary

We want to update our git workflow to function more like Gitflow. We need to update the CONTRIBUTING.md file and PULL_REQUEST_TEMPLATE to direct contributors to fork/branch off the development branch and to merge their PRs with the development branch. Once this issue is complete, we will be creating the development branch and making that branch the default. This is part of a larger strategy to execute releases for this SDK on a predictable cadence.

Acceptance Criteria

hugovk commented 5 years ago

Tip: once the development branch is created, it would help to change the default branch from master to development.

The default branch is considered the base branch in your repository, against which all pull requests and code commits are automatically made, unless you specify a different branch.

An admin can do so here: https://help.github.com/articles/setting-the-default-branch/

image