This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new ea633360 Update contributing file from user feedback
ea633360 is described below
commit ea633360c6b73ed4e100c430e869bd6cac0754e6
Author: Gary D. Gregory <[email protected]>
AuthorDate: Mon Jan 27 09:11:12 2025 -0500
Update contributing file from user feedback
---
CONTRIBUTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 10e69efd..3d98cb8e 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 from the `master` branch.
- * A good topic branch name can be the JIRA bug ID plus a keyword, e.g.
`BCEL-123-InputStream`.
+ * A good topic branch name can be the JIRA bug ID plus a keyword, for
example, `BCEL-123-InputStream`.
* If you have submitted multiple JIRA issues, try to maintain separate
branches and pull requests.
+ Make commits of logical units.
* Make sure your commit messages are meaningful and in the proper format.
Your commit message should contain the key of the JIRA issue.