Skip to content

Commit 306755c

Browse files
authored
Fix contributing docs
1 parent 88e7a26 commit 306755c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ issue if your query doesn't naturally fit into an existing template.
1212

1313
- [ ] My code is formatted (`make check`)
1414
- [ ] I have run tests (`make test`)
15-
- [ ] _(Coming soon) My code has no lint errors (`golangci-lint run`)_
15+
- [ ] My code has no lint errors (`make lint`)
1616
- [ ] All commits in my PR conform to the commit hygiene section
1717
- [ ] I have added relevant tests
1818
- [ ] I have not added any dependencies
@@ -32,8 +32,7 @@ end-users (such as `golangci-lint`).
3232
function`)
3333
- Commit messages must explain what is changed, not how it is changed
3434
- The first line of a commit message should be a terse description of the change
35-
containing 72 character or fewer
36-
- Commit messages should reference related issues
35+
containing 72 characters or fewer
3736

3837
## Running tests
3938

@@ -42,8 +41,8 @@ Run tests with `make test` from the project root directory.
4241
Tests are written using Go's `testing` package and helpers are available in
4342
`internal/assert`.
4443

45-
_(Coming soon) Code is linted using `golangci-lint`. The linter may be run using
46-
`golangci-lint run`._
44+
Code is linted using `golangci-lint`. The linter may be run using
45+
`make lint`.
4746

4847
## Different types of changes
4948

0 commit comments

Comments
 (0)