Skip to content
Snippets Groups Projects
Verified Commit 0822306a authored by Dmitry Gruzd's avatar Dmitry Gruzd :two: Committed by GitLab
Browse files

Merge branch 'chore/update-active-context-readme' into 'master'

Update active context readme

See merge request !178124



Merged-by: default avatarDmitry Gruzd <dgruzd@gitlab.com>
Approved-by: default avatarDmitry Gruzd <dgruzd@gitlab.com>
Co-authored-by: default avatarmaddievn <mvanniekerk@gitlab.com>
parents 61fd79d7 64b33ecf
No related branches found
No related tags found
3 merge requests!181325Fix ambiguous `created_at` in project.rb,!179611Draft: Rebase CR approach for zoekt assignments,!178124Update active context readme
Pipeline #1627943561 passed
......@@ -89,4 +89,8 @@ ActiveContext.raw_queues
## 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment