Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b3b49c

Browse files
committed
Use checkboxes as bullet points for the PR review checklists
1 parent 6143565 commit 8b3b49c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/devel/coding_guide.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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
***********************
412
Pull request guidelines
513
***********************
@@ -23,6 +31,8 @@ Summary for PR authors
2331

2432
When 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

5464
Content 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

6173
Organizational 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>`.

0 commit comments

Comments
 (0)