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>4. 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>
81
+
<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>
99
82
<p>As the last validation, please show the html version of your docstring to a
100
83
person in the sprint not involved in the changes to the docstring, and make
101
84
sure they are able to fully understand it.</p>
102
85
</div>
103
86
<divclass="section" id="commit-your-changes">
104
-
<h2>5. Commit your changes<aclass="headerlink" href="#commit-your-changes" title="Permalink to this headline">¶</a></h2>
87
+
<h2>4. Commit your changes<aclass="headerlink" href="#commit-your-changes" title="Permalink to this headline">¶</a></h2>
105
88
<p>Once all the validations are successful, you can proceed to commit the changes
106
89
into git.</p>
107
90
<p>Before committing your changes, make sure you are in the branch of the feature
<h2>6. Push your changes to the sprint repository<aclass="headerlink" href="#push-your-changes-to-the-sprint-repository" title="Permalink to this headline">¶</a></h2>
112
+
<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>
130
113
<p>Before sending the pull request to the pandas core developers, you will send
131
114
it to the sprint repository. Where more experienced contributors will review
132
115
it, and suggest changes if needed.</p>
@@ -158,10 +141,9 @@ <h3><a href="contents.html">Table Of Contents</a></h3>
158
141
<li><aclass="reference internal" href="#">Submitting your changes</a><ul>
159
142
<li><aclass="reference internal" href="#validate-that-your-docstring-does-not-have-technical-errors">1. Validate that your docstring does not have technical errors</a></li>
160
143
<li><aclass="reference internal" href="#visual-validation-of-the-docstring">2. Visual validation of the docstring</a></li>
161
-
<li><aclass="reference internal" href="#validate-code-in-the-examples">3. Validate code in the examples</a></li>
162
-
<li><aclass="reference internal" href="#validate-that-the-docstring-is-clear-to-others">4. Validate that the docstring is clear to others</a></li>
163
-
<li><aclass="reference internal" href="#commit-your-changes">5. Commit your changes</a></li>
164
-
<li><aclass="reference internal" href="#push-your-changes-to-the-sprint-repository">6. Push your changes to the sprint repository</a></li>
144
+
<li><aclass="reference internal" href="#validate-that-the-docstring-is-clear-to-others">3. Validate that the docstring is clear to others</a></li>
145
+
<li><aclass="reference internal" href="#commit-your-changes">4. Commit your changes</a></li>
146
+
<li><aclass="reference internal" href="#push-your-changes-to-the-sprint-repository">5. Push your changes to the sprint repository</a></li>
0 commit comments