@cryptotaxi247 / kubo / commits / 16de302a3

doc: update checklist with more precise instructions

Steven Allen committed Jul 12, 2019 at 09:23 UTC 16de302a3119f80e044e28b4b969045467daa4e0
1 file changed +2 -2
docs/RELEASE_ISSUE_TEMPLATE.md
+2 -2
@@ -30,8 +30,8 @@ Checklist:
30 - [ ] CHANGELOG.md has been updated
31 - use [`./bin/mkreleaselog`](https://github.com/ipfs/go-ipfs/tree/master/bin/mkreleaselog) to generate a nice starter list
32 - [ ] Automated Testing (already tested in CI) - Ensure that all tests are passing, this includes:
33 - - [ ] unit
34 - - [ ] sharness
33 + - [ ] unit, sharness, cross-build, etc (`make test`)
34 + - [ ] lint (`make test_go_lint`)
35 - [ ] [interop](https://github.com/ipfs/interop#test-with-a-non-yet-released-version-of-go-ipfs)
36 - [ ] [go-ipfs-api](https://github.com/ipfs/go-ipfs-api)
37 - [ ] [go-ipfs-http-client](https://github.com/ipfs/go-ipfs-http-client)