From a424d67f9cf82d4e6a812e5e69016dcf8b8fbf98 Mon Sep 17 00:00:00 2001 From: Matthew Middlehurst Date: Wed, 8 May 2024 15:17:59 +0100 Subject: [PATCH] start --- aep/04_segmentation.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 aep/04_segmentation.md diff --git a/aep/04_segmentation.md b/aep/04_segmentation.md new file mode 100644 index 0000000..5db6d0d --- /dev/null +++ b/aep/04_segmentation.md @@ -0,0 +1,37 @@ +# AEP Template + +Contributors: [list of contributor GitHub handles] + +## Overview + +[Short description of the AEP contents and purpose] + +## Problem Statement and Use Cases + +[Describe the problem that the AEP is trying to solve and the use cases that it is +trying to address] + +[Include an example of how the AEP contents would be used] + +## Implementation + +[Describe the steps required for the implementation of the AEP contents] + +## Examples code/structure (if applicable) + +[Include any example code or structure that would be used to implement the AEP. Links +to a pull request are also acceptable] + +## Considerations and Alternatives + +[Describe any considerations i.e. backwards compatability and alternatives that +were considered] + +## Discussion + +[Include or link to any discussion points that were raised during the AEP process] + +## References + +[Include any references to external resources or publications that are pointed to +in the AEP] \ No newline at end of file