Skip to content

Commit 161650d

Browse files
update pull request suggestions in contributing guide
1 parent 8910bd8 commit 161650d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/developer.contributing.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,15 @@ version.
8080

8181
git push origin feature/issue-number
8282

83-
8. Open a pull request on GitHub to the master branch of the upstream repository, describing your changes and linking to any relevant issues.
83+
8. Open a pull request on GitHub to the master branch of the upstream repository. Ensure your pull request:
84+
85+
- Links to any relevant issues.
86+
- Includes a clear description of the changes made.
87+
- Explains how a reviewer can test the changes.
88+
89+
.. note::
90+
It's good practice to open a draft pull request early in the development process to facilitate discussion and feedback.
91+
8492
9. Core developers will review your changes, provide feedback, and merge them into the master branch if they meet the project's standards.
8593

8694
Testing your changes

0 commit comments

Comments
 (0)