diff options
author | mokha <mkhan@gitlab.com> | 2019-07-11 13:35:30 -0600 |
---|---|---|
committer | mokha <mkhan@gitlab.com> | 2019-07-11 13:35:30 -0600 |
commit | bfd858dbba23b5fe8a63d82c40d464e6a19b2ce8 (patch) | |
tree | d5d9e5dc36bf258ca58cf3151e167c63da999210 /README.md | |
parent | 33445cfc29d8ca4f0452844ca0ce4299dd6996ba (diff) | |
download | gitlab-ce-bfd858dbba23b5fe8a63d82c40d464e6a19b2ce8.tar.gz |
expand (CD) acronym
> Do not use acronyms when you can avoid it as you can't assume people
> know what you are talking about. Example: instead of MR, write merge
> request.
- https://about.gitlab.com/handbook/communication/#writing-style-guidelines
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index e64f04cea59..51dc87ac653 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To see how GitLab looks please see the [features page on our website](https://ab - Manage Git repositories with fine grained access controls that keep your code secure - Perform code reviews and enhance collaboration with merge requests -- Complete continuous integration (CI) and CD pipelines to builds, test, and deploy your applications +- Complete continuous integration (CI) and continuous deployment/delivery (CD) pipelines to build, test, and deploy your applications - Each project can also have an issue tracker, issue board, and a wiki - Used by more than 100,000 organizations, GitLab is the most popular solution to manage Git repositories on-premises - Completely free and open source (MIT Expat license) |