From 51ff3026b70e8fcfaeb4641dc666e12dd3b2e302 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Mon, 30 Sep 2019 01:50:56 +0200 Subject: [PATCH] Use checkboxes as bullet points for the PR review checklists --- doc/devel/coding_guide.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 `.