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/dev-guide/contributing.rst
+2-3
Original file line number
Diff line number
Diff line change
@@ -101,13 +101,12 @@ Pull Request Checklist
101
101
When you create a pull request, please ensure that the following is done:
102
102
103
103
1. Ensure that you have forked the repository and created a branch from ``main`` with the correct naming conventions as mentioned :ref:`above <Branch Naming Convention>`.
104
-
2. Make sure that you have noted the changes in the ``changelog.md`` file.
105
-
3. Your code is properly formatted and linted (and all workflows are passing).
104
+
2. Your code is properly formatted and linted (and all workflows are passing).
106
105
107
106
Git Commit Guidelines
108
107
---------------------
109
108
110
109
1. Use present tense and imperative mood when writing commit messages. For example, ``Add new feature`` instead of ``Added new feature``.
111
110
2. Reference issues or pull requests outside of the first line.
112
111
a. Please use the shorthand ``#123`` and not the full URL.
113
-
3. Commits that need to skip the CI workflows must be prefixed with ``[skip ci]``.
112
+
3. Commits that need to skip the CI workflows must be prefixed with ``[skip ci]``.
0 commit comments