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 | |
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.
-rw-r--r-- | CONTRIBUTING.md | 3 | ||||
-rw-r--r-- | doc/development/code_review.md | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4f5d19ce2ce..d82f21fe795 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -728,6 +728,3 @@ available at [http://contributor-covenant.org/version/1/1/0/](http://contributor [polling-etag]: https://docs.gitlab.com/ce/development/polling.html [testing]: doc/development/testing_guide/index.md [us-english]: https://en.wikipedia.org/wiki/American_English - -[^1]: Please note that specs other than JavaScript specs are considered backend - code. 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. |