From 7dae3ada6bb8f11c846dc9826e7358eba08883a5 Mon Sep 17 00:00:00 2001 From: Laurence de Bruxelles Date: Wed, 8 Oct 2025 14:20:27 +0300 Subject: [PATCH 1/2] Add heading to README for repositories This will aid in deep linking to the list of our repositories. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa801bc6e..a76868a74 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ We also have: - [a private wiki](https://github.com/alphagov/forms-team/wiki) for team documentation (set-up, onboarding etc) - [a public wiki](https://github.com/alphagov/forms/wiki) that we don't use all that much +## Our repositories + You can find our code in the following repositories: - [forms-admin](https://github.com/alphagov/forms-admin) - our application for building forms. - [forms-runner](https://github.com/alphagov/forms-runner) - our application for hosting forms, so that they can be filled in by members of the public. From 92a6ff75c493fc386e142e3f667d767c1fb344a3 Mon Sep 17 00:00:00 2001 From: Hannah Content Date: Wed, 8 Oct 2025 12:37:59 +0100 Subject: [PATCH 2/2] Move wiki repo line down Moved the wiki repo link down to the 'our repos' section. Also removed the link to the public wiki because we don't use it and the things on their are probably just a bit misleading. We should just delete it maybe? --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a76868a74..2b0cfc763 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,6 @@ You can find: - user research findings in [research/](research/) - documentation of our designs in [design/](design/) -We also have: -- [a private wiki](https://github.com/alphagov/forms-team/wiki) for team documentation (set-up, onboarding etc) -- [a public wiki](https://github.com/alphagov/forms/wiki) that we don't use all that much - ## Our repositories You can find our code in the following repositories: @@ -24,6 +20,9 @@ You can find our code in the following repositories: - [forms-prototypes](https://github.com/alphagov/forms-prototypes) - our prototypes, used for user research and design exploration. - [govuk-forms-markdown](https://github.com/alphagov/govuk-forms-markdown) - our gem for rendering the limited subset of markdown we support. +We also have: +- [a private wiki](https://github.com/alphagov/forms-team/wiki) for team documentation (set-up, onboarding etc) + ## License Unless stated otherwise, the codebase is released under [the MIT License](LICENCE). This covers both the codebase and any sample code in the documentation.