File tree 1 file changed +15
-0
lines changed 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
.. _pr-guidelines :
2
2
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
+
3
12
***********************
4
13
Pull request guidelines
5
14
***********************
@@ -23,6 +32,8 @@ Summary for PR authors
23
32
24
33
When making a PR, pay attention to:
25
34
35
+ .. rst-class :: checklist
36
+
26
37
* :ref: `Target the master branch <pr-branch-selection >`.
27
38
* Adhere to the :ref: `coding_guidelines `.
28
39
* Update the :ref: `documentation <pr-documentation >` if necessary.
@@ -53,13 +64,17 @@ Summary for PR reviewers
53
64
54
65
Content topics:
55
66
67
+ .. rst-class :: checklist
68
+
56
69
* Is the feature / bugfix reasonable?
57
70
* Does the PR conform with the :ref: `coding_guidelines `?
58
71
* Is the :ref: `documentation <pr-documentation >` (docstrings, examples,
59
72
what's new, API changes) updated?
60
73
61
74
Organizational topics:
62
75
76
+ .. rst-class :: checklist
77
+
63
78
* Make sure all :ref: `automated tests <pr-automated-tests >` pass.
64
79
* The PR should :ref: `target the master branch <pr-branch-selection >`.
65
80
* Tag with descriptive :ref: `labels <pr-labels >`.
You can’t perform that action at this time.
0 commit comments