Refer to master branch only and drop reference to trunk branch name

This commit is contained in:
Gary Gregory 2022-09-01 07:52:34 -04:00
parent b9b39a29ec
commit 66818f3ab6
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ Making Changes
-------------- --------------
+ Create a _topic branch_ for your isolated work. + Create a _topic branch_ for your isolated work.
* Usually you should base your branch on the `master` or `trunk` branch. * Usually you should base your branch on the `master` branch.
* A good topic branch name can be the JIRA bug id plus a keyword, e.g. `CSV-123-InputStream`. * A good topic branch name can be the JIRA bug id plus a keyword, e.g. `CSV-123-InputStream`.
* If you have submitted multiple JIRA issues, try to maintain separate branches and pull requests. * If you have submitted multiple JIRA issues, try to maintain separate branches and pull requests.
+ Make commits of logical units. + Make commits of logical units.