Skip to content

Commit 301ec02

Browse files
small update to align with github pr template
1 parent 7e7ff80 commit 301ec02

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pandas/dashboard.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@
3131
<div class="col-lg-8">
3232
<h1 style="margin-left: 30px;">#pandasSprint</h1>
3333
<ol style="margin-left: 30px;">
34-
<li><input type="checkbox"><a href="https://python-sprints.github.io/pandas/guide/pandas_setup.html">Install the environment</a></li>
34+
<li><input type="checkbox"><a href="https://python-sprints.github.io/pandas/guide/pandas_setup.html">Install the environment</a>
35+
<ul>
36+
<li><input type="checkbox">Make sure to update your local pandas with the latest upstream changes</li>
37+
</ul>
38+
</li>
3539
<li><input type="checkbox">Join the <a href="https://gitter.im/py-sprints/pandas-doc">Gitter channel</a></li>
3640
<li><input type="checkbox">Your local organizers will assign you a documentation page</li>
3741
<li><input type="checkbox">
@@ -74,7 +78,7 @@ <h1 style="margin-left: 30px;">#pandasSprint</h1>
7478
<li><input type="checkbox"><a href="https://python-sprints.github.io/pandas/guide/pandas_pr.html#commit-your-changes">Commit and push</a> your changes</li>
7579
<li><input type="checkbox">Open the pull request
7680
<ul>
77-
<li><input type="checkbox">Make sure the description is <code>DOC: Improved the docstring of &lt;your-function&gt;</code></li>
81+
<li><input type="checkbox">Make sure the description is <code>DOC: update the &lt;your-function&gt; docstring</code></li>
7882
<li><input type="checkbox">Review if you did all the validations enumerated in the description</li>
7983
<li><input type="checkbox">Mark them with <code>[X]</code> if you did, do the validation <b>before</b> sending the PR if you didn't</li>
8084
<li><b>If you completed EVERY step in this list, you can finally open the PR</b></li>

0 commit comments

Comments
 (0)