diff options
author | Robert Speicher <rspeicher@gmail.com> | 2018-05-11 11:23:12 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2018-05-11 11:23:12 -0500 |
commit | 8284118f3619943976cff6c228de4e08e32abf73 (patch) | |
tree | 2197a8aa4d8433dbd7d9e2ead8699ee6d1ba500b /doc/development | |
parent | 9532ca43d3acb752d973798c1a0aec83dacc9523 (diff) | |
download | gitlab-ce-8284118f3619943976cff6c228de4e08e32abf73.tar.gz |
Move footnote from CONTRIBUTING.md to doc/development/code_review.md
A section was moved in f644b8c8 but this got lost.
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/code_review.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/code_review.md b/doc/development/code_review.md index 7165b8062a7..53ddf3b062d 100644 --- a/doc/development/code_review.md +++ b/doc/development/code_review.md @@ -207,3 +207,4 @@ Largely based on the [thoughtbot code review guide]. [projects]: https://about.gitlab.com/handbook/engineering/projects/ [team]: https://about.gitlab.com/team/ [build handbook]: https://about.gitlab.com/handbook/build/handbook/build#how-to-work-with-build +[^1]: Please note that specs other than JavaScript specs are considered backend code. |