diff --git a/software/flagsmith.yml b/software/flagsmith.yml index ad240c68fa..d130b36ad7 100644 --- a/software/flagsmith.yml +++ b/software/flagsmith.yml @@ -1,13 +1,13 @@ name: Flagsmith website_url: https://flagsmith.com -description: Flagsmith provides a dashboard, API and SDKs for adding Feature Flags to your applications (alternative to LaunchDarkly). +description: Dashboard, API and SDKs for adding Feature Flags to your applications (alternative to LaunchDarkly). licenses: - BSD-3-Clause platforms: - Docker - K8S tags: - - Miscellaneous + - Software Development - Feature Toggle source_code_url: https://github.com/flagsmith/flagsmith stargazers_count: 5560 updated_at: '2025-04-03' diff --git a/software/go-feature-flag.yml b/software/go-feature-flag.yml index ee0269c1a5..2e1fb0814e 100644 --- a/software/go-feature-flag.yml +++ b/software/go-feature-flag.yml @@ -6,7 +6,7 @@ licenses: platforms: - Go tags: - - Miscellaneous + - Software Development - Feature Toggle source_code_url: https://github.com/thomaspoignant/go-feature-flag stargazers_count: 1603 updated_at: '2025-04-03' diff --git a/software/posthog.yml b/software/posthog.yml index a801c3cc8f..2882b83a69 100644 --- a/software/posthog.yml +++ b/software/posthog.yml @@ -7,6 +7,7 @@ platforms: - Python tags: - Analytics + - Software Development - Feature Toggle source_code_url: https://github.com/posthog/posthog stargazers_count: 25511 updated_at: '2025-04-03' diff --git a/tags/software-development---feature-toggle.yml b/tags/software-development---feature-toggle.yml new file mode 100644 index 0000000000..3d6f7d1e58 --- /dev/null +++ b/tags/software-development---feature-toggle.yml @@ -0,0 +1,4 @@ +name: Software Development - Feature Toggle +description: A [feature toggle](https://en.wikipedia.org/wiki/Feature_toggle) in software development provides an alternative to maintaining multiple feature branches in source code. +related_tags: + - Software Development - IDE & Tools \ No newline at end of file diff --git a/tags/software-development.yml b/tags/software-development.yml index be61b14e8c..b70cefbab4 100644 --- a/tags/software-development.yml +++ b/tags/software-development.yml @@ -17,3 +17,5 @@ redirect: url: '#software-development---project-management' - title: Software Development - Testing url: '#software-development---testing' + - title: Software Development - Feature Toggle + url: '#software-development---feature-toggle'