You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/contributing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,6 @@ fix: [#123] This is my commit message
68
68
69
69
Do your changes on a branch. When you are done with your changes you can create a pull request.
70
70
71
-
Each pushed commit will trigger a Github Workflow that will compile, run tests, lint and check that the commit convention is followed. The Github Workflow has to complete successfully in order to merge the pull request.
71
+
Each pushed commit will trigger a Github Workflow that will compile, run testsand lint. The Github Workflow has to complete successfully in order to merge the pull request.
72
72
73
73
One code owner has to approve the pull request. The code owner will usually merge the pull request if the build has passed and the code looks good.
0 commit comments