We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af4305 commit 5ea1395Copy full SHA for 5ea1395
1 file changed
CONTRIBUTING.md
@@ -61,7 +61,7 @@ Making Changes
61
--------------
62
63
+ Create a _topic branch_ for your isolated work.
64
- * Usually you should base your branch on the `master` or `trunk` branch.
+ * Usually you should base your branch on the `master` branch.
65
* A good topic branch name can be the JIRA bug id plus a keyword, e.g. `CLI-123-InputStream`.
66
* If you have submitted multiple JIRA issues, try to maintain separate branches and pull requests.
67
+ Make commits of logical units.
0 commit comments