Skip to content

Commit ded0323

Browse files
committed
CONTRIBUTING: add more topic headers
Add the subsections of "Submitting Pull Requests" and the missing "Unit Tests" header in CONTRIBUTING_GO.md. Signed-off-by: Paul Holzinger <[email protected]>
1 parent f3fc9ea commit ded0323

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ However, most of the things here listed are very generic and apply when contribu
3232

3333
* [Reporting Issues](#reporting-issues)
3434
* [Submitting Pull Requests](#submitting-pull-requests)
35+
* [Describe your Changes in Commit Messages](#describe-your-changes-in-commit-messages)
36+
* [Sign your PRs](#sign-your-prs)
37+
* [Code review](#code-review)
38+
* [Rebasing](#rebasing)
3539
* [Find bad changes with git bisect](#find-bad-changes-with-git-bisect)
3640

3741
## Reporting Issues

CONTRIBUTING_GO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ At present, this means the following repositories:
1313

1414
## Topics
1515

16+
* [Unit Tests](#unit-tests)
1617
* [Go Dependency updates](#go-dependency-updates)
1718
* [Testing changes in a dependent repository](#testing-changes-in-a-dependent-repository)
1819
* [git bisect a change in a Go dependency](#git-bisect-a-change-in-a-go-dependency)

0 commit comments

Comments
 (0)