Background
If folks are coming to the repo either as devs or via the Special:Version page (here enwiki), they are under a false impression.
Goal
Update with authors
Acceptance criteria for done
- Update authors key in extension.json
- Clarify if a link to a team page should be added
Requirement
Scope: ReadingLists extension
- Update the authors key in extension.json to accurately reflect the Reading Lists maintainers.
- The Authors column on Special:Version must display “Reader Experience Team” as a link to the team page.
- Individual team members’ names must also appear in the list.
BDD
Feature: Display correct author information for ReadingLists extension
Scenario: Viewing authors on Special:Version
Given the ReadingLists extension is installed
When I visit the Special:Version page
Then the “Authors” column for ReadingLists shows:
- “Reader Experience Team” as a clickable link to the team page
- Individual author names listed below itTest Steps
Test Case 1: Verify authors listed on Special:Version
- Navigate to Special:Version on the wiki.
- Scroll to the ReadingLists extension entry.
- AC1: The “Authors” column includes “Reader Experience Team” as a hyperlink to the correct team page.
- AC2: Team member names are listed beneath the team name.
QA Results - Prod
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T408149#11343068 |
| 2 | ✅ | T408149#11343068 |

