diff --git a/doc/devel/coding_guide.rst b/doc/devel/coding_guide.rst
index ffac23812e95..7f96f845ba1b 100644
--- a/doc/devel/coding_guide.rst
+++ b/doc/devel/coding_guide.rst
@@ -1,5 +1,14 @@
.. _pr-guidelines:
+.. raw:: html
+
+
+
***********************
Pull request guidelines
***********************
@@ -23,6 +32,8 @@ Summary for PR authors
When making a PR, pay attention to:
+.. rst-class:: checklist
+
* :ref:`Target the master branch `.
* Adhere to the :ref:`coding_guidelines`.
* Update the :ref:`documentation ` if necessary.
@@ -53,6 +64,8 @@ Summary for PR reviewers
Content topics:
+.. rst-class:: checklist
+
* Is the feature / bugfix reasonable?
* Does the PR conform with the :ref:`coding_guidelines`?
* Is the :ref:`documentation ` (docstrings, examples,
@@ -60,6 +73,8 @@ Content topics:
Organizational topics:
+.. rst-class:: checklist
+
* Make sure all :ref:`automated tests ` pass.
* The PR should :ref:`target the master branch `.
* Tag with descriptive :ref:`labels `.