Skip to content

add development lifecycle documentation #255

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

Merged
merged 1 commit into from
Aug 29, 2020
Merged
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
11 changes: 11 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Development Lifecycle
=====================
A typical contribution to this repo follows this path:
* fork the repo
* make a new branch for your work (based on any branch that suits your needs)
* make a pull request into the ```dev``` branch
* when merged this will trigger CI jobs
* merged PRs in the dev branch will be mirrored in the ```release-candidate``` branch automatically
* maintainers will merge ```release-candidate``` into ```master``` when a new release is created
* this maintains the ```master``` branch even with the latest release, and the ```dev``` branch as the cutting-edge

What to Contribute
==================
Goals of this Arduino core, listed in order of priority, are:
Expand Down