From 94556b87d89dcbda77e5a6628b1d03e9b60e3deb Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 1 Sep 2022 07:51:46 -0400 Subject: [PATCH] Refer to master branch only and drop reference to trunk branch name --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e2ebae9c..7ea10b9a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,7 @@ Making Changes -------------- + 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. `COLLECTIONS-123-InputStream`. * If you have submitted multiple JIRA issues, try to maintain separate branches and pull requests. + Make commits of logical units.