File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 { margin-left : 24px ; padding-left : 23px ; margin-right : 6px ; }
8+ .checklist li :before { content : " \2610\2001 " ; margin-left : -24px ; }
9+ .checklist li p {display : inline ; }
10+ </style >
11+
312***********************
413Pull request guidelines
514***********************
@@ -23,6 +32,8 @@ Summary for PR authors
2332
2433When making a PR, pay attention to:
2534
35+ .. rst-class :: checklist
36+
2637* :ref: `Target the master branch <pr-branch-selection >`.
2738* Adhere to the :ref: `coding_guidelines `.
2839* Update the :ref: `documentation <pr-documentation >` if necessary.
@@ -53,13 +64,17 @@ Summary for PR reviewers
5364
5465Content topics:
5566
67+ .. rst-class :: checklist
68+
5669* Is the feature / bugfix reasonable?
5770* Does the PR conform with the :ref: `coding_guidelines `?
5871* Is the :ref: `documentation <pr-documentation >` (docstrings, examples,
5972 what's new, API changes) updated?
6073
6174Organizational topics:
6275
76+ .. rst-class :: checklist
77+
6378* Make sure all :ref: `automated tests <pr-automated-tests >` pass.
6479* The PR should :ref: `target the master branch <pr-branch-selection >`.
6580* Tag with descriptive :ref: `labels <pr-labels >`.
You can’t perform that action at this time.
0 commit comments