Fix contributing remark about jira keys in commit messages

This commit is contained in:
Marco Belladelli 2024-09-05 11:41:24 +02:00
parent 52a9de7cac
commit 65d4613d72
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ Do your thing!
## Commit
* Make commits of logical units
* Be sure to **use the JIRA issue key** in the commit message. This is how JIRA will pick
* Be sure to start each commit message using the **JIRA issue key**, this is how JIRA will pick
up the related commits and display them on the JIRA issue
* Make sure you have added the necessary tests for your changes
* Run _all_ the tests to ensure nothing else was accidentally broken