summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-07-09 12:37:01 +0200
committerLars Knoll <lars.knoll@qt.io>2020-07-09 14:37:08 +0000
commit847d6acfa4ad1e0ad0ddd4f65acf7acd3817494c (patch)
tree1dc265502f3a8af416f540b66b9149aa0add7b3d /scripts
parentb59fffe4a0ec77ce9b4a598bcdac989f09675070 (diff)
QUIP 0: Add a tail-piece about our update process
The front page should say where (and what) the authoritative sources are and how to contribute changes. Change-Id: I98e17f7391531fcb214cb641bdef7cf16b7e2188 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-quip-0000.py14
1 files changed, 13 insertions, 1 deletions
diff --git a/scripts/gen-quip-0000.py b/scripts/gen-quip-0000.py
index 484e0a4..d0703ce 100755
--- a/scripts/gen-quip-0000.py
+++ b/scripts/gen-quip-0000.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (C) 2017 The Qt Company Ltd.
+# Copyright (C) 2020 The Qt Company Ltd.
# Contact: http://www.qt.io/licensing/
#
# You may use this file under the terms of the CC0 license.
@@ -63,7 +63,19 @@ The following QUIPs exist:
endpiece = """
</table>
+These documents are generated from ReStructuredText sources which can
+be found at [1]_. Proposals for change or new QUIPs can be
+contributed, via the Qt Project's usual contribution process [2]_, to
+the repository [3]_. See QUIPs 1 through 3, above, for further
+details.
+
.. [0] https://codereview.qt-project.org/#/q/project:meta/quips,n,z
+
+.. [1] https://code.qt.io/cgit/meta/quips.git/
+
+.. [2] http://wiki.qt.io/Qt_Contribution_Guidelines
+
+.. [3] https://codereview.qt-project.org/admin/repos/meta/quips
"""
def compose_body(self):