We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b3623 commit 9af099eCopy full SHA for 9af099e
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. `IO-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