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/reference/contributing/guidelines/workflow.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,6 @@ Pull requests on GitHub have to meet the following requirements to keep the code
64
64
65
65
##### Bug fixes
66
66
67
-
The last line in your commit message description should say “Fixes #deadbeef”, where “deadbeef” is the issue number in GitHub. This allows GitHub to automatically close the issue when the commit merges into the destination branch.
68
-
69
67
Every bug fix should contain a test to verify results prior to and after the pull request.
0 commit comments