From 8539e818e04b54dab41d2a8e549e0bfc83593d38 Mon Sep 17 00:00:00 2001 From: eparovyshnaya Date: Tue, 25 Oct 2022 22:07:07 +0300 Subject: [PATCH] 470 # Add instructions for contributors state 'ticket is mandatory for a commit' --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a218325d3..9d65b6a18 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,6 +45,13 @@ From the root directory of your local Passage git-repository clone run the follo ## Commits +### Ticket reference + +Each commit contributes a code improvement in landscape of a certain situation. +Whether it is a bug, a new functionality, an extension, some refactoring or else, there must be a ticket (issue) which states the reason for the commit(s), contains discussions and all the information necessary to trace the commit origin. + +It can be one of [existing](https://github.com/eclipse-passage/passage/issues) or [new one, created by you](https://github.com/eclipse-passage/passage/issues/new), but it is mandatory to have a ticket for any commit. + ### Message Guidelines Start with `Bug: ` stating the Bugzilla record number the change is related to; to reference a GiHub issue start with `Bug: #`