diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-28 06:06:34 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-28 06:06:34 +0000 |
commit | d7d218628fe60400cbb6ca937f79315f363e872e (patch) | |
tree | b67e8494582223ec06a47734ea8a505d6241723d /doc/development/contributing | |
parent | 1873e4c160ddf43a4d0950182e9c78e6352d067e (diff) | |
download | gitlab-ce-d7d218628fe60400cbb6ca937f79315f363e872e.tar.gz |
Fix markdown in various docs
Clean up issues that may cause the docs-lint
test to fail, such as trailing whitespace, no
EOF newline, blockquotes, etc
Diffstat (limited to 'doc/development/contributing')
-rw-r--r-- | doc/development/contributing/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/contributing/index.md b/doc/development/contributing/index.md index 3637a08c3cd..887f17b05b8 100644 --- a/doc/development/contributing/index.md +++ b/doc/development/contributing/index.md @@ -65,7 +65,7 @@ Sign up for the mailing list, answer GitLab questions on StackOverflow or respond in the IRC channel. You can also sign up on [CodeTriage][codetriage] to help with the remaining issues on the GitHub issue tracker. -## I want to contribute! +## I want to contribute If you want to contribute to GitLab, [issues with the `Accepting merge requests` label](issue_workflow.md#label-for-community-contributors) |