From 1ba604aeb763359b5ab0d9f9bd2508ca90600b8c Mon Sep 17 00:00:00 2001 From: Jochen Zehnder Date: Wed, 8 May 2024 18:39:05 +0200 Subject: [PATCH] clarified the term VCS in the glossary --- runatlantis.io/contributing/glossary.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/runatlantis.io/contributing/glossary.md b/runatlantis.io/contributing/glossary.md index 499ead6c80..99c1e73287 100644 --- a/runatlantis.io/contributing/glossary.md +++ b/runatlantis.io/contributing/glossary.md @@ -13,5 +13,14 @@ abstraction and forwards the call to the respective function. VCS stands for Version Control System. -Atlantis supports different VCSs. Each VCS requires a custom implementation that -abstracts the Atlantis functionalities to the specific VCS implementations. +Atlantis supports only git as a Version Control System. However, there is +support for multiple VCS Providers. Currently, it supports the following +providers: + +- [Azure DevOps](https://azure.microsoft.com/en-us/products/devops) +- [BitBucket](https://bitbucket.org/) +- [GitHub](https://github.com/) +- [GitLab](https://gitlab.com/) +- [Gitea](https://gitea.com/) + +The term VCS is used for both git and the different VCS providers.