You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ issue template.
63
63
64
64
### F5 Contributor License Agreement (CLA)
65
65
66
-
F5 requires all external contributors to agree to the terms of the F5 CLA (available [here](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md))
66
+
F5 requires all external contributors to agree to [the terms of the F5 CLA](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md)
67
67
before any of their changes can be incorporated into an F5 Open Source repository.
68
68
69
69
If you have not yet agreed to the F5 CLA terms and submit a PR to this repository, a bot will prompt you to view and
@@ -76,8 +76,7 @@ can be merged. Your agreement signature will be safely stored by F5 and no longe
76
76
77
77
- Keep a clean, concise and meaningful git commit history on your branch, rebasing locally and squashing before
78
78
submitting a PR
79
-
- Follow the guidelines of writing a good commit message as described here <https://chris.beams.io/posts/git-commit/>
80
-
and summarized in the next few points
79
+
- Follow the [guidelines of writing a good commit message](<https://chris.beams.io/posts/git-commit/>) summarized in the next few points
81
80
- In the subject line, use the present tense ("Add feature" not "Added feature")
82
81
- In the subject line, use the imperative mood ("Move cursor to..." not "Moves cursor to...")
83
82
- Limit the subject line to 72 characters or less
@@ -90,6 +89,6 @@ can be merged. Your agreement signature will be safely stored by F5 and no longe
90
89
- Run `gofmt` over your code to automatically resolve a lot of style issues. Most editors support this running
91
90
automatically when saving a code file.
92
91
- Run `go lint` and `go vet` on your code too to catch any other issues.
93
-
- Follow this guide on some good practice and idioms for Go - <https://github.com/golang/go/wiki/CodeReviewComments>
92
+
- Follow [the guide](<https://github.com/golang/go/wiki/CodeReviewComments>) on some good practice and idioms for Go.
94
93
- To check for extra issues, install [golangci-lint](https://github.com/golangci/golangci-lint) and run `make lint` or
0 commit comments