You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/03/19 12:26:36 UTC

[myfaces-tobago] 02/04: docs: add contributing info and code of conduct

This is an automated email from the ASF dual-hosted git repository.

bommel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 3e790ecdd75b576913a23dbf6062c27fe9539857
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Fri Feb 12 18:05:09 2021 +0100

    docs: add contributing info and code of conduct
---
 CONTRIBUTING.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e183b8c..81d9a23 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,8 +2,7 @@
 
 ## Semantic Commit Messages
 
-Inspired by [Git Commit Msg][git-commit-msg] 
-and [Angular Commit Message Format][angular-commit-message-format]
+Inspired by [Git Commit Msg][git-commit-msg], [Angular Commit Message Format][angular-commit-message-format] and [Conventional Commits][conventional-commits]
 
 
 ### <a name="commit-message-format"></a> Commit Message Format
@@ -66,4 +65,6 @@ reference Jira issues that this commit **Closes**, **Fixes**, or **Relates to**.
 
 [git-commit-msg]: http://karma-runner.github.io/6.1/dev/git-commit-msg.html
 
-[angular-commit-message-format]: https://github.com/angular/material/blob/master/.github/CONTRIBUTING.md#-commit-message-format
\ No newline at end of file
+[angular-commit-message-format]: https://github.com/angular/material/blob/master/.github/CONTRIBUTING.md#-commit-message-format
+
+[conventional-commits]: https://www.conventionalcommits.org/en/v1.0.0/
\ No newline at end of file