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
<h2>3. Validate that the docstring is clear to others<aclass="headerlink" href="#validate-that-the-docstring-is-clear-to-others" title="Permalink to this headline">¶</a></h2>
82
91
<p>As the last validation, please show the html version of your docstring to a
83
-
person in the sprint not involved in the changes to the docstring, and make
84
-
sure they are able to fully understand it.</p>
92
+
person in the sprint not involved in the changes to that specific docstring,
93
+
and make sure they are able to fully understand it.</p>
85
94
</div>
86
95
<divclass="section" id="commit-your-changes">
87
96
<h2>4. Commit your changes<aclass="headerlink" href="#commit-your-changes" title="Permalink to this headline">¶</a></h2>
<h2>5. Push your changes to the sprint repository<aclass="headerlink" href="#push-your-changes-to-the-sprint-repository" title="Permalink to this headline">¶</a></h2>
113
-
<p>Before sending the pull request to the pandas core developers, you will send
114
-
it to the sprint repository. Where more experienced contributors will review
115
-
it, and suggest changes if needed.</p>
116
-
<p>First, push your changes to your GitHub fork:</p>
@@ -122,8 +134,31 @@ <h2>5. Push your changes to the sprint repository<a class="headerlink" href="#pu
122
134
<p>Then, visit <aclass="reference external" href="https://github.com/python-sprints/pandas">https://github.com/python-sprints/pandas</a> in your browser, and click
123
135
on the “Compare & pull request” button in the yellow box above the repository
124
136
files.</p>
125
-
<p>Once your changes are reviewed and approved, you will receive an email on how
126
-
to send the final pull request to pandas.</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>
140
+
<p>For comments in your review, you can make new changes in your local branch for
141
+
that pull request. And once you addressed all the comments, you can commit them
142
+
and push again to your local branch. As you used the parameter <cite>-u</cite> in your
0 commit comments