diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-27 21:55:50 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-08-27 21:56:35 +0900 |
commit | 9acd3dca8a5804c15b2135dde7e14d23159955f0 (patch) | |
tree | d9a242fcdacd754a927a54100e23b8f8a204a798 /doc/development/contributing/index.md | |
parent | 4ad96a4e927808a3afd7fe9726fa86345c2791e6 (diff) | |
download | gitlab-ce-docs-markdownlint-fixes-1.tar.gz |
Fix markdown in various docsdocs-markdownlint-fixes-1
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/index.md')
-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 853882e8642..2d66eb10264 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) |