Skip to content

Commit 316f427

Browse files
Update CONTRIBUTING.md
1 parent d4e45f8 commit 316f427

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ If you want to contribute to the repository, here's a quick guide:
1717
* Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
1818
* Check for unnecessary whitespace with git diff --check before committing.
1919
3. Make the test pass
20-
4. Commit your changes
20+
4. Commit your changes
21+
Commit messages should start with the service name and end with the issue number if exists
22+
`[concept-insights] Added functionality to list the graphs #135`
2123
5. Push to your fork and submit a pull request to the **dev** branch
2224

2325
# Developer's Certificate of Origin 1.1

0 commit comments

Comments
 (0)