From 64b33ecfa6ce3202124df1f450c2331227c52cac Mon Sep 17 00:00:00 2001 From: maddievn <mvanniekerk@gitlab.com> Date: Thu, 16 Jan 2025 09:01:13 +0200 Subject: [PATCH] Update active context readme --- gems/gitlab-active-context/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gems/gitlab-active-context/README.md b/gems/gitlab-active-context/README.md index 82cfac629aff3..a86e01e577429 100644 --- a/gems/gitlab-active-context/README.md +++ b/gems/gitlab-active-context/README.md @@ -49,4 +49,8 @@ end ## Contributing -TODO +### Development guidelines + +1. Avoid adding too many changes in the monolith, keep concerns in the gem +1. It's okay to reuse lib-type GitLab logic in the gem and stub it in specs. Avoid duplication this kind of logic into the code for long-term maintainability. +1. Avoid referencing application logic from the monolith in the gem -- GitLab