From f5e2959fbd8c307fe4bc374dee5574b3568178be Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Thu, 6 Jun 2019 11:37:38 +0200 Subject: Add a link to the checker in the template That may help future authors to see whether they're doing it right. Change-Id: I9fa492c74f144518df383878feb120085a009a45 Reviewed-by: Volker Hilsheimer --- template.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/template.rst b/template.rst index 7d5f5b8..f7c1b8c 100644 --- a/template.rst +++ b/template.rst @@ -1,7 +1,6 @@ QUIP: Title: -Author: Comma-Separated List, - With Continuation Lines +Author: Comma-Separated List, With Continuation Lines Status: { Active | Superseded | Withdrawn } Type: { Implementation | Informational | Process } [Qt-Version:] @@ -17,6 +16,7 @@ Title Introductory paragraph, motivation. Use reStructuredText_ mark-up. +Run it through the checker_ to see how it'll look. Various sections ---------------- @@ -30,3 +30,5 @@ References https://code.qt.io/cgit/meta/quips.git/tree/quip-0001.rst .. _reStructuredText: http://docutils.sourceforge.net/rst.html + +.. _checker: http://rst.ninjs.org/ -- cgit v1.2.3