Skip to content
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