From 9e944a7deda0e270507d0c596265e3e613bdc2e7 Mon Sep 17 00:00:00 2001 From: Laurence de Bruxelles Date: Wed, 1 Oct 2025 15:03:10 +0300 Subject: [PATCH] Add deprecation notice forms-api is no longer required in any part of our service and will be removed soon. Add a note to the repo to inform people of this. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d2c5f4df..d340984a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ ![tests status](https://github.com/alphagov/forms-api/actions/workflows/test.yml/badge.svg) +> [!NOTE] +> forms-api is now deprecated and is no longer a core part of the GOV.UK Forms service. +> This repository will be archived in the near future. +> Consider this document out of date and only of use for historical purposes. + # GOV.UK Forms - API `forms-api` is the API for the GOV.UK Forms platform. It is a Ruby on Rails api app, currently using a Postgresql database for data storage and is used for storing/serving the form configurations that are created by form creators in [forms-admin](https://github.com/alphagov/forms-admin).