From df07d42a65db013591c580507096e65d19ddc484 Mon Sep 17 00:00:00 2001
From: Andrei Mateescu <andrei_mateescu@apple.com>
Date: Wed, 14 Apr 2021 19:03:07 +0300
Subject: [PATCH] Add a README file to list the core patches that are currently
 required.

---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5143b17
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+Entity Workflow
+---------------
+
+The *Entity Workflow* module works with the Workspaces module to create an individual workflow for each entity within a workspace.
+
+## Requires the following core patches:
+
+* [Provide a Workflow FieldType that references a workflow entity and tracks the current state of an entity](https://www.drupal.org/project/drupal/issues/2835545)
+* [List and count all changes made in a workspace](https://www.drupal.org/project/drupal/issues/3112783)
-- 
GitLab