We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0595dc2 commit 4b5e5f3Copy full SHA for 4b5e5f3
docs/CONTRIBUTING.md
@@ -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
+
12
What to Contribute
13
==================
14
Goals of this Arduino core, listed in order of priority, are:
0 commit comments