Skip to content

Commit 4b5e5f3

Browse files
committed
add development lifecycle blurb
1 parent 0595dc2 commit 4b5e5f3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: docs/CONTRIBUTING.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Development Lifecycle
2+
=====================
3+
A typical contribution to this repo follows this path:
4+
* fork the repo
5+
* make a new branch for your work (based on any branch that suits your needs)
6+
* make a pull request into the ```dev``` branch
7+
* when merged this will trigger CI jobs
8+
* merged PRs in the dev branch will be mirrored in the ```release-candidate``` branch automatically
9+
* maintainers will merge ```release-candidate``` into ```master``` when a new release is created
10+
* this maintains the ```master``` branch even with the latest release, and the ```dev``` branch as the cutting-edge
11+
112
What to Contribute
213
==================
314
Goals of this Arduino core, listed in order of priority, are:

0 commit comments

Comments
 (0)