diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2019-07-17 10:54:52 -0500 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-07-19 09:24:30 -0500 |
commit | d8315b9866a496a47871c77f232aa686c42345ed (patch) | |
tree | 6d00487c33411b5e32cb1503597c8c2c6f26edf7 /doc/development/contributing | |
parent | 0acbdf9c1c03648ee6aac7b771af62d345b21d64 (diff) | |
download | gitlab-ce-tc-database-review-process.tar.gz |
Resolves pending comments from reviewtc-database-review-process
- Addresses documentation feedback
- Refactor Danger methods
- Touches a file to activate Danger. Will remove after testing
Diffstat (limited to 'doc/development/contributing')
-rw-r--r-- | doc/development/contributing/merge_request_workflow.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/contributing/merge_request_workflow.md b/doc/development/contributing/merge_request_workflow.md index 2582bc10722..17328762c5b 100644 --- a/doc/development/contributing/merge_request_workflow.md +++ b/doc/development/contributing/merge_request_workflow.md @@ -104,7 +104,7 @@ from the [core team](https://about.gitlab.com/community/core-team/) or one of th [merge request coaches](https://about.gitlab.com/team/). When having your code reviewed and when reviewing merge requests, please keep the [code review guidelines](../code_review.md) in mind. And if your code also makes changes to the database, or does expensive queries, -check the [database review guidelines](../database_review.md) +check the [database review guidelines](../database_review.md). ### Keep it simple |