Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2023-07-12 03:21:56 +0300
committerJustin Tobler <jtobler@gitlab.com>2023-07-12 03:21:56 +0300
commitbc8e52ebef931f4d47afff658b89800f2957411a (patch)
treea2f34424570d6009c529ef127a9b88891a0768e3 /CONTRIBUTING.md
parentdb86f94f1921fb1affa96adaffb45b78de569129 (diff)
Go back and update Gitaly CLI for new style guide updates
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c1f79f8d5..359664231 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -40,9 +40,11 @@ reported by emailing contact@gitlab.com.
This Code of Conduct is adapted from the [Contributor Covenant](https://contributor-covenant.org), version 1.1.0,
available at [https://contributor-covenant.org/version/1/1/0/](https://contributor-covenant.org/version/1/1/0/).
-## Style Guide
+## Style guides
-The Gitaly style guide is [documented in it's own file](STYLE.md).
+For Gitaly code style, see [`STYLE.md`](STYLE.md).
+
+For help text style guidance for this project, see the [help text style guide](doc/help_text_style_guide.md).
## Commits
@@ -63,7 +65,7 @@ not be focused enough.
`git add -p` is useful to add only relevant changes. Often you only notice that
you require additional changes to achieve your goal when halfway through the
-implementation. Use `git stash` to help you stay focused on this additional
+implementation. Use `git stash` to help you stay focused on this additional
change until you have implemented it in a separate commit.
### Split up refactors and behavioral changes