← all organisations

communitiesuk / Practices

Continuous integration, dependency management, testing and commit discipline, measured from the repositories themselves.

Every claim here is measured against the file tree at HEAD and the commit history, for the 159 live repositories with real history. Archived repositories are excluded from the scorecards: judging a 2013 prototype against a 2026 standard tells you nothing useful.

Practice at a glance

42%
of live repos run GitHub Actions
66 of 159
21%
have Dependabot configured
the documented dependency policy
88%
have a README
basic discoverability
50%
carry a licence file
MIT is the GDS default

What stands out

42% of the live estate runs GitHub Actions.

RFC-123 made GitHub Actions the preferred CI platform, and the file system agrees: 66 of 159 live repositories carry a workflow.

Jenkins and Travis are archaeology here.

0 repositories carry a Jenkinsfile and 6 a .travis.yml, but among live repositories that falls to 0 and 4 respectively. GOV.UK does still run Jenkins for deployment where the manual says platform integration requires it - that machinery simply is not in these public repositories.

66% of merge commits came through the GitHub PR button.

The manual is explicit: merge via the GitHub UI so the PR number lands in the merge commit. 28.1k of 42.3k merge commits carry that signature, which is unusually high discipline for an estate this old and this large.

Conventional Commits never took hold.

Only 5.5% of commits use the feat:/fix: prefix convention, against 14% that reference a ticket identifier. GOV.UK's manual does not mandate Conventional Commits, and the history shows a house style of plain-English subjects averaging 38 characters.

80% of repositories default to main.

37 still default to master - almost entirely archived repositories frozen before the 2020 rename became standard.

Continuous integration

CI platform, whole estate

Counted across all repositories with history, including archived ones, so the historical platforms are visible.

GitHub ActionsGitHub Actions: 9090Jenkins (Jenkinsfile)Jenkins (Jenkinsfile): 00Travis CITravis CI: 66CircleCICircleCI: 00

Repository hygiene

Community health and documented conventions

Live repositories only. Bars are coloured by adoption: green above 75%, yellow above 45%, pink above 20%, red below.

READMEREADME: 140 of 159 (88.1%)88%140/159Licence fileMIT by GDS conventionLicence file: 80 of 159 (50.3%)50%80/159ci.yml workflowthe documented filenameci.yml workflow: 6 of 159 (3.8%)4%6/159.github/dependabot.ymldocumented policy.github/dependabot.yml: 34 of 159 (21.4%)21%34/159CODEOWNERSreview routingCODEOWNERS: 6 of 159 (3.8%)4%6/159PR templatePR template: 28 of 159 (17.6%)18%28/159CONTRIBUTINGCONTRIBUTING: 7 of 159 (4.4%)4%7/159SECURITY.mdvulnerability disclosureSECURITY.md: 1 of 159 (0.6%)1%1/159Code of conductCode of conduct: 0 of 159 (0.0%)0%0/159CHANGELOGCHANGELOG: 9 of 159 (5.7%)6%9/159Architecture decision recordsArchitecture decision records: 6 of 159 (3.8%)4%6/159

Tooling and testing

Build, container and test tooling

Live repositories only. Language-specific items are naturally capped by the share of repositories in that language.

DockerfileDockerfile: 37 of 159 (23.3%)23%37/159Docker Composelocal devDocker Compose: 20 of 159 (12.6%)13%20/159Terraform (.tf)Terraform (.tf): 13 of 159 (8.2%)8%13/159Helm chartHelm chart: 0 of 159 (0.0%)0%0/159.editorconfig.editorconfig: 20 of 159 (12.6%)13%20/159.rubocop.ymlRuby repos mostly.rubocop.yml: 12 of 159 (7.5%)8%12/159ESLint configESLint config: 7 of 159 (4.4%)4%7/159spec/ directoryRSpec, the GDS choicespec/ directory: 14 of 159 (8.8%)9%14/159test/ or tests/test/ or tests/: 34 of 159 (21.4%)21%34/159features/ (Cucumber)features/ (Cucumber): 2 of 159 (1.3%)1%2/159

How commits are written

Commit message habits

Out of 278.3k commits across the whole estate.

Merge commitsMerge commits: 42.3k42.3k...of which 'Merge pull request #n'...of which 'Merge pull request #n': 28.1k28.1kReference a ticket (ABC-123)Reference a ticket (ABC-123): 37.8k37.8kConventional Commits (feat:, fix:)Conventional Commits (feat:, fix:): 15.3k15.3kRevertsReverts: 1.8k1.8k

Most-referenced ticket prefixes

The trace of the issue trackers GDS has used over fifteen years.

PRSDPRSD: 5.6k5.6kFSFS: 5.6k5.6kCLDCCLDC: 4.9k4.9kPDJBPDJB: 4.1k4.1kECEC: 3.7k3.7kEPBREPBR: 3.3k3.3kEIP1EIP1: 2.8k2.8kDTDT: 1.7k1.7kFSPTFSPT: 1.1k1.1kODOD: 949949EROPSPTEROPSPT: 753753AIILGAIILG: 660660FLSFLS: 605605SMDSMD: 535535PABPAB: 220220

Default branch

mainmain: 156156mastermaster: 3737developmentdevelopment: 11developdevelop: 11