You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/06/30 07:15:05 UTC

[systemds] branch master updated: [MINOR][DOC] Add multiple jira issue tag instructions (#1330)

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

janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new 0275cd8  [MINOR][DOC] Add multiple jira issue tag instructions (#1330)
0275cd8 is described below

commit 0275cd8f97359287b334ee4062ce9d37f48102fb
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Wed Jun 30 12:44:54 2021 +0530

    [MINOR][DOC] Add multiple jira issue tag instructions (#1330)
    
    Refer: https://s.apache.org/supported-commit-tags
---
 CONTRIBUTING.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bd228b7..f0de330 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -92,9 +92,12 @@ The tags can be used in combination to one another. These are the only tags avai
     > [`87bc3584`](https://github.com/apache/systemds/commit/87bc3584db2148cf78b2d46418639e88ca27ec64) - `[HOTFIX] Fix validation of scalar-scalar binary min/max operations`
     >
 
+> Protip:
+> Addressing multiple jira issues in a single commit, `[SYSTEMDS-123,SYSTEMDS-124]` or `[SYSTEMDS-123][SYSTEMDS-124]`
+
 ### Commit description
 
-> A commit or PR description is a public record of **what** change is being made and **why**.
+A commit or PR description is a public record of **what** change is being made and **why**.
 
 #### Structure of the description