Skip to content

Commit 7a4ea86

Browse files
cedricgcmvdan
authored andcommitted
CONTRIBUTING: fix repo reference rendering
Minor change to wrap repository references in code blocks to ensure it renders as written on the GitHub web view. The documentation is confusing as GitHub elides the full repository name in the reference. Change-Id: I173aabdda21061cfaf5cdf3d0bd239b0e4eb4af2 Signed-off-by: Cedric Charly <[email protected]> Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1172006 Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Daniel Martí <[email protected]> TryBot-Result: CUEcueckoo <[email protected]>
1 parent a404c89 commit 7a4ea86

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
@@ -616,22 +616,22 @@ markup language.
616616

617617
### Referencing issues
618618

619-
The special notation "Fixes #12345" associates the change with issue 12345 in
619+
The special notation `Fixes #12345` associates the change with issue 12345 in
620620
the [CUE issue tracker](https://cuelang.org/issue/12345) When this change is
621621
eventually applied, the issue tracker will automatically mark the issue as
622622
fixed.
623623

624624

625625
If the change is a partial step towards the resolution of the issue, uses the
626-
notation "Updates #12345". This will leave a comment in the issue linking back
626+
notation `Updates #12345`. This will leave a comment in the issue linking back
627627
to the change in Gerrit, but it will not close the issue when the change is
628628
applied.
629629

630630

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

636636

637637

0 commit comments

Comments
 (0)