Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PR Checklist

- [ ] If you are proposing a new decision record document, used the right template for that
- ([ADR](https://github.com/alphagov/forms/blob/main/ADR/ADRXXX-architecture-decision-record-template.md), [decision-record](https://github.com/alphagov/forms/blob/main/decision-record/DRXXX-decision-record-template.md), engagement, [research](https://github.com/alphagov/forms/blob/main/research/YYYY-MM-DD-template.md))
- ([ADR](https://github.com/govuk-forms/forms/blob/main/ADR/ADRXXX-architecture-decision-record-template.md), [decision-record](https://github.com/govuk-forms/forms/blob/main/decision-record/DRXXX-decision-record-template.md), engagement, [research](https://github.com/govuk-forms/forms/blob/main/research/YYYY-MM-DD-template.md))
- [ ] Set yourself as the Assignee
- [ ] Tag anyone you would like to review, or @forms-design or @forms-devs
- [ ] Fill in the template below
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ You can find:
## Our other 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.
- [forms-e2e-tests](https://github.com/alphagov/forms-e2e-tests) - end-to-end tests for the service.
- [forms-product-page](https://github.com/alphagov/forms-product-page) - our product pages, as seen at [https://forms.service.gov.uk](https://forms.service.gov.uk)
- [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.
- [forms-admin](https://github.com/govuk-forms/forms-admin) - our application for building forms.
- [forms-runner](https://github.com/govuk-forms/forms-runner) - our application for hosting forms, so that they can be filled in by members of the public.
- [forms-e2e-tests](https://github.com/govuk-forms/forms-e2e-tests) - end-to-end tests for the service.
- [forms-product-page](https://github.com/govuk-forms/forms-product-page) - our product pages, as seen at [https://forms.service.gov.uk](https://forms.service.gov.uk)
- [forms-prototypes](https://github.com/govuk-forms/forms-prototypes) - our prototypes, used for user research and design exploration.
- [govuk-forms-markdown](https://github.com/govuk-forms/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)
- [a private wiki](https://github.com/govuk-forms/forms-team/wiki) for team documentation (set-up, onboarding etc)

## License

Expand Down
2 changes: 1 addition & 1 deletion decision-record/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Proposing and reviewing decisions requires an understanding of the GitHub and [p

## Reviewing a decision

1. Find the decision record in the list of [pull requests](https://github.com/alphagov/forms/pulls)
1. Find the decision record in the list of [pull requests](https://github.com/govuk-forms/forms/pulls)
2. Add a comment and / or approve the pull request

## Approving / superseding / rejecting a decision
Expand Down
Loading