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: pandas/guide/pandas_pr.html
+31-4
Original file line number
Diff line number
Diff line change
@@ -134,9 +134,32 @@ <h2>5. Push your changes to pandas<a class="headerlink" href="#push-your-changes
134
134
<p>Then, visit <aclass="reference external" href="https://github.com/pandas-dev/pandas">https://github.com/pandas-dev/pandas</a> in your browser, and click
135
135
on the “Compare & pull request” button in the yellow box above the repository
136
136
files.</p>
137
-
<p>This will create a pull request, will be reviewed by other developers. It is
138
-
unlikely that a pull request is accepted in its first version, so expect some
139
-
comments on things that can be improved, from more senior pandas contributors.</p>
137
+
<p>If you have only one commit, the pull request will automatically use its
138
+
comment as title. Otherwise, please name it following the same standard as
139
+
described before (e.g. “DOC: Improved the docstring of DataFrame.head()”).
140
+
In the body of the description, there are some checkboxes. For the sprint,
141
+
we do not have an issue for each docstring change, and as we are not changing
142
+
code, we do not need to add/run tests or add a <cite>whatsnew</cite> entry. So you can
143
+
ignore these check boxes. Just verify that your changes respect the PEP-8
0 commit comments