From 5974f5df7e30a9e9ab4722c9fe3b5cf7dea3d866 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 24 Jan 2025 14:02:52 +1100 Subject: [PATCH] Mention how about is not intended to mirror CONTRIBUTORS https://github.com/ankitects/anki/pull/3750 https://github.com/ankitects/anki/pull/3575 --- qt/aqt/about.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qt/aqt/about.py b/qt/aqt/about.py index 26e239885..b853a245d 100644 --- a/qt/aqt/about.py +++ b/qt/aqt/about.py @@ -79,7 +79,10 @@ def show(mw: aqt.AnkiQt) -> QDialog: + "" ) - # automatically sorted; add new lines at the end + # Automatically sorted; add new lines at the end. + # This is a list of users who want to appear in the dialog, and includes people who have + # contributed in non-code ways, like providing support on the forums, so it cannot be + # generated from the CONTRIBUTORS file. allusers = sorted( ( "Aaron Harsh",