We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93128d commit ac65befCopy full SHA for ac65bef
README.md
@@ -61,7 +61,7 @@ There are some guidelines which will make applying PRs easier for us:
61
+ Check for unnecessary whitespace with `git diff --check` before committing.
62
+ Make sure your commit messages are in the proper format. Your commit message should contain the key of the JIRA issue.
63
```
64
-[MASSEMBLY-XXX] - Subject of the JIRA Ticket
+[MRELEASE-XXX] - Subject of the JIRA Ticket
65
Optional supplemental description.
66
67
+ Make sure you have added the necessary tests (JUnit/IT) for your changes.
0 commit comments