Skip to content

Commit f36e216

Browse files
committed
docs(Contribute): require corresponding issue reference
#89
1 parent e33e2e9 commit f36e216

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CONTRIBUTE.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,16 @@ First line of the git message has to be in the following format: `<type>(<scope>
3333
* `<scope>` is a specific module within SOCRAT you're contributing to, i.e. `Core` or `Charts` or `PowerCalc`
3434
* `<subject>` is a description of the change starting with a verb in imperative form, present tense, not capitalized, without period in the end; when commiting unfinished work (e.g. with known bugs), prepend `<subject>` with `WIP`.
3535

36-
Additional details can be added on a second line of the message.
36+
Second line of the message should contain reference to the corresponding issue (if such exists) in format: `SOCR/SOCRAT-issues#<issue>`
37+
* `<issue>` here is a number of issue from SOCR/SOCRAT-issues repository
38+
39+
Example of commit message:
40+
41+
```
42+
fix(AppMainMenu): add missing Login button
43+
44+
SOCR/SOCRAT-issues#1
45+
```
3746

3847
## SOCR Datasets for testing
3948

0 commit comments

Comments
 (0)