Skip to content

Commit ac65bef

Browse files
authored
fix Jira project
1 parent d93128d commit ac65bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ There are some guidelines which will make applying PRs easier for us:
6161
+ Check for unnecessary whitespace with `git diff --check` before committing.
6262
+ Make sure your commit messages are in the proper format. Your commit message should contain the key of the JIRA issue.
6363
```
64-
[MASSEMBLY-XXX] - Subject of the JIRA Ticket
64+
[MRELEASE-XXX] - Subject of the JIRA Ticket
6565
Optional supplemental description.
6666
```
6767
+ Make sure you have added the necessary tests (JUnit/IT) for your changes.

0 commit comments

Comments
 (0)