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