Skip to content

Commit d947a69

Browse files
cedricgcmvdan
authored andcommitted
CONTRIBUTING: clarify two sections
Various edits to the contribution guide, including: - Linking to the install go-codereview section - Adding an example of a cross repo reference Signed-off-by: Cedric Charly <[email protected]> Change-Id: I859f6ae7f8ffd27f09948b3bb0cb41d97b2b548c Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1171864 Unity-Result: CUE porcuepine <[email protected]> TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Paul Jolly <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
1 parent a060f85 commit d947a69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ follow:
322322
- **Step 0**: Review the guidelines on [Good Commit Messages](#good-commit-messages), [The Review Process](#the-review-process) and [Miscellaneous Topics](#miscellaneous-topics)
323323
- **Step 1**: Decide which email address you want to use for contributions.
324324
- **Step 2**: Set up a [GerritHub](http://gerrithub.io/) account.
325-
- **Step 3**: Install `git-codereview`
325+
- **Step 3**: [Install `git-codereview`](#step-3-install-the-git-codereview-command)
326326
- **Step 4**: Clone the CUE repository locally.
327327

328328

@@ -628,10 +628,10 @@ to the change in Gerrit, but it will not close the issue when the change is
628628
applied.
629629

630630

631+
All issues are tracked in the main repository's issue tracker.
631632
If you are sending a change against a subrepository, you must use the
632633
fully-qualified syntax supported by GitHub to make sure the change is linked to
633-
the issue in the main repository, not the subrepository. All issues are tracked
634-
in the main repository's issue tracker. The correct form is "Fixes #159".
634+
the issue in the main repository, not the subrepository (eg. "Fixes cue-lang/cue#999").
635635

636636

637637

0 commit comments

Comments
 (0)