Skip to content

Commit 36cd9b6

Browse files
committed
Advertise 'tdd' branch as a base for broken unit tests
1 parent 7ef236c commit 36cd9b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
ArduinoCI uses a very standard GitHub workflow.
44

55
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
77
3. Push to your personal fork
88
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.
911

1012
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):
1113

0 commit comments

Comments
 (0)