File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 11.. _pr-guidelines :
22
3+ .. raw :: html
4+
5+ <style >
6+ .checklist { list-style : none ; padding : 0 ; margin : 0 ; }
7+ .checklist li { padding-left : 24px ; margin-right : 6px ; }
8+ .checklist li :before { content : " \2610\2001 " ; }
9+ </style >
10+
311***********************
412Pull request guidelines
513***********************
@@ -23,6 +31,8 @@ Summary for PR authors
2331
2432When making a PR, pay attention to:
2533
34+ .. rst-class :: checklist
35+
2636* :ref: `Target the master branch <pr-branch-selection >`.
2737* Adhere to the :ref: `coding_guidelines `.
2838* Update the :ref: `documentation <pr-documentation >` if necessary.
@@ -53,13 +63,17 @@ Summary for PR reviewers
5363
5464Content topics:
5565
66+ .. rst-class :: checklist
67+
5668* Is the feature / bugfix reasonable?
5769* Does the PR conform with the :ref: `coding_guidelines `?
5870* Is the :ref: `documentation <pr-documentation >` (docstrings, examples,
5971 what's new, API changes) updated?
6072
6173Organizational topics:
6274
75+ .. rst-class :: checklist
76+
6377* Make sure all :ref: `automated tests <pr-automated-tests >` pass.
6478* The PR should :ref: `target the master branch <pr-branch-selection >`.
6579* Tag with descriptive :ref: `labels <pr-labels >`.
You can’t perform that action at this time.
0 commit comments