Skip to content

Commit

Permalink
fix Jira project
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy authored May 29, 2022
1 parent d93128d commit ac65bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ There are some guidelines which will make applying PRs easier for us:
+ Check for unnecessary whitespace with `git diff --check` before committing.
+ Make sure your commit messages are in the proper format. Your commit message should contain the key of the JIRA issue.
```
[MASSEMBLY-XXX] - Subject of the JIRA Ticket
[MRELEASE-XXX] - Subject of the JIRA Ticket
Optional supplemental description.
```
+ Make sure you have added the necessary tests (JUnit/IT) for your changes.
Expand Down

0 comments on commit ac65bef

Please sign in to comment.