diff options
author | Christopher Baines <mail@cbaines.net> | 2022-11-05 12:47:51 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-11-05 12:47:51 +0100 |
commit | 6475d848cba13ad6fe4740c548376cd18c8de72c (patch) | |
tree | 63bc18327aa3784ccdc6eed80984fb6791132b22 /guix-qa-frontpage/view | |
parent | 9be182340b7635360a9331af2837f83a4647bf5d (diff) | |
download | qa-frontpage-6475d848cba13ad6fe4740c548376cd18c8de72c.tar qa-frontpage-6475d848cba13ad6fe4740c548376cd18c8de72c.tar.gz |
Add some information about how the patches page is ordered
Diffstat (limited to 'guix-qa-frontpage/view')
-rw-r--r-- | guix-qa-frontpage/view/patches.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guix-qa-frontpage/view/patches.scm b/guix-qa-frontpage/view/patches.scm index b19087a..f293714 100644 --- a/guix-qa-frontpage/view/patches.scm +++ b/guix-qa-frontpage/view/patches.scm @@ -9,6 +9,9 @@ #:title "Patches" #:body `((main + (p "The aim with this page is that the patches to look at should be +towards the top.") + (p "With the green status (important checks passing), the oldest patches will appear first.") (table (tbody ,@(map (match-lambda |