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: CONTRIBUTING.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,6 @@ Before you submit your merge request consider the following guidelines:
63
63
64
64
* Create your patch, **including appropriate test cases**.
65
65
* Run the test suite and ensure that all tests pass.
66
-
* Add a line in the CHANGELOG.md under Unreleased. This will be used form generating the release notes.
67
66
* Install [pre-commit hooks](https://pre-commit.com/). The hooks runs some basic checks and update the docs. The commit will run the hooks, you can invoke the hooks manually `pre-commit run --all-files` as well.
68
67
* Commit your changes using a descriptive commit message.
0 commit comments