You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@
3
3
ArduinoCI uses a very standard GitHub workflow.
4
4
5
5
1. Fork the repository on github
6
-
2. Make your desired changes
6
+
2. Make your desired changes on top of the latest `master` branch
7
7
3. Push to your personal fork
8
8
4. Open a pull request
9
+
* If you are submitting code, use `master` as the base branch
10
+
* If you are submitting broken unit tests (illustrating a bug that should be fixed), use `tdd` as the base branch.
9
11
10
12
Pull requests will trigger a Travis CI job. The following two commands will be expected to pass (so you may want to run them locally before opening the pull request):
0 commit comments