From f864c38afb732e0d5566c3cfe2caee76f0d9fff6 Mon Sep 17 00:00:00 2001 From: Joey Zhou Date: Fri, 12 May 2023 11:27:39 -0700 Subject: [PATCH] format --- docs/adr/0005-feature-flags.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/adr/0005-feature-flags.md b/docs/adr/0005-feature-flags.md index ab3de6f40..54b79e1fd 100644 --- a/docs/adr/0005-feature-flags.md +++ b/docs/adr/0005-feature-flags.md @@ -81,12 +81,9 @@ Attaching information like expiration dates and ownership to a flag are specific Tagging refers to the ability to attach arbitrary key:value pairs to a feature flag. This concept is employed in infrastructure systems like Kubernetes and AWS. It provides a highly adaptable method for users to associate semantic metadata with entities within the system. Tags can be used to track various aspects of a flag, such as its creation date, expiration date, life-cycle status, flag type, ownership, authorized modifier etc. ## Considered Options - -### Environment Variables - -### Unleashed Open Source Feature Flag (self host) - -### Unleased (managed cloud) +* Environment Variables +* Unleashed Open Source Feature Flag (self host) +* Unleased (managed cloud) ## Decision Outcome