Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CONTRIBUTING #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/CONTRIBUTING
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# General contributing guidlines

## Project release process

#. Create milestone for logical portions
#. Assign/create issues that are related to milestones
#. Create branch for each milestone
#. Branch for each issue worked on that branches from milestone branch
#. Pull request for each issue goes back to milestone branch
#. When all issues complete pull request for milestone branch to master
#. Ideally one milestone completed should equal one release, but there will be times when multiple milestones make up a release
#. Release process(all in master?)
#. Version bump
#. Changelog update
#. Verify docs are up-to-date
#. Create release tag
#. Branch code and name after release