summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBj Gopinath <bgopinath@gitlab.com>2018-01-02 16:51:27 +0000
committerBj Gopinath <bgopinath@gitlab.com>2018-01-02 16:51:27 +0000
commit9fe4c608a3c618ac5f2774f63acedeb6d92cc640 (patch)
tree93c5bb0e57023f5ac2b1946aa6caedbd8787719f
parent483ac48763371921f5daa61b246baf4a80e0b0d2 (diff)
downloadgitlab-ce-integration-tests.tar.gz
Update CONTRIBUTING.md to trivially re-order the list of test levels.integration-tests
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 19931d09b63..2b79f0825e2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -553,7 +553,7 @@ the feature you contribute through all of these steps.
1. Description explaining the relevancy (see following item)
1. Working and clean code that is commented where needed
-1. [Unit, system, and integration tests][testing] that pass on the CI server
+1. [Unit, integration, and system tests][testing] that pass on the CI server
1. Performance/scalability implications have been considered, addressed, and tested
1. [Documented][doc-styleguide] in the `/doc` directory
1. [Changelog entry added][changelog], if necessary