File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
12
What to Contribute
2
13
==================
3
14
Goals of this Arduino core, listed in order of priority, are:
You can’t perform that action at this time.
0 commit comments