@cryptotaxi247 / kubo / commits / 7a3bfde74

docs(RELEASE_ISSUE_TEMPLATE): link all the things

Steven Allen committed Jul 12, 2019 at 09:22 UTC 7a3bfde744c8902ab471130f85fba16f8b168520
1 file changed +14 -14
docs/RELEASE_ISSUE_TEMPLATE.md
+14 -14
@@ -28,15 +28,15 @@ Checklist:
28 - [ ] **Stage 1 - Internal Testing**
29 - [ ] Feature freeze. If any "non-trivial" changes (see the footnotes of [docs/releases.md](https://github.com/ipfs/go-ipfs/tree/master/docs/releases.md) for a definition) get added to the release, uncheck all the checkboxes and return to this stage.
30 - [ ] CHANGELOG.md has been updated
31 - - use `./bin/mkreleaselog` to generate a nice starter list
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
35 - [ ] [interop](https://github.com/ipfs/interop#test-with-a-non-yet-released-version-of-go-ipfs)
36 - - [ ] go-ipfs-api
37 - - [ ] go-ipfs-http-client
36 + - [ ] [go-ipfs-api](https://github.com/ipfs/go-ipfs-api)
37 + - [ ] [go-ipfs-http-client](https://github.com/ipfs/go-ipfs-http-client)
38 - [ ] Network Testing:
39 - - [ ] test lab things
39 + - [ ] test lab things - TBD
40 - [ ] Infrastructure Testing:
41 - [ ] Deploy new version to a subset of Bootstrappers
42 - [ ] Deploy new version to a subset of Gateways
@@ -48,35 +48,35 @@ Checklist:
48 - [ ] IPFS Companion
49 - [ ] NPM on IPFS
50 - [ ] **Stage 2 - Public Beta**
51 - - [ ] Reach out to the IPFS _early testers_ listed in `docs/EARLY_TESTERS.md` for testing this release (check when no more problems have been reported). If you'd like to be added to this list, please file a PR.
51 + - [ ] Reach out to the IPFS _early testers_ listed in [docs/EARLY_TESTERS.md](https://github.com/ipfs/go-ipfs/tree/master/docs/EARLY_TESTERS.md) for testing this release (check when no more problems have been reported). If you'd like to be added to this list, please file a PR.
52 - [ ] Reach out to on IRC for beta testers.
53 - [ ] Run tests available in the following repos with the latest beta (check when all tests pass):
54 - [ ] [orbit-db](https://github.com/orbitdb/orbit-db)
55 - [ ] **Stage 3 - Soft Release**
56 - [ ] Documentation
57 - - [ ] Ensure that CHANGELOG.md is up to date
58 - - [ ] Ensure that README.md is up to date
57 + - [ ] Ensure that [CHANGELOG.md](https://github.com/ipfs/go-ipfs/tree/master/CHANGELOG.md) is up to date
58 + - [ ] Ensure that [README.md](https://github.com/ipfs/go-ipfs/tree/master/README.md) is up to date
59 - [ ] Ensure that all the examples we have produced for go-ipfs run without problems
60 - [ ] Update HTTP-API Documentation on the Website using https://github.com/ipfs/http-api-docs
61 - - [ ] Invite the IPFS _early testers_ to deploy the release to part of their production infrastructure.
61 + - [ ] Invite the IPFS [_early testers_](https://github.com/ipfs/go-ipfs/tree/master/docs/EARLY_TESTERS.md) to deploy the release to part of their production infrastructure.
62 - [ ] Invite the wider community through (link to the release issue):
63 - [ ] [discuss.ipfs.io](https://discuss.ipfs.io/c/announcements)
64 - [ ] Twitter
65 - [ ] IRC
66 - [ ] **Stage 4 - Release**
67 - [ ] Final preparation
68 - - [ ] Verify that version string in `repo/version.go` has been updated
68 + - [ ] Verify that version string in [`repo/version.go`](https://github.com/ipfs/go-ipfs/tree/master/repo/version.go) has been updated
69 - [ ] tag commit with vX.Y.Z
70 - [ ] update release branch to point to release commit (`git merge vX.Y.Z`).
71 - - [ ] publish dist.ipfs.io
72 - - [ ] publish next version to https://github.com/ipfs/npm-go-ipfs
71 + - [ ] publish [dist.ipfs.io](https://dist.ipfs.io)
72 + - [ ] publish next version to [npm-go-ipfs](https://github.com/ipfs/npm-go-ipfs)
73 - [ ] Publish a Release Blog post (at minimum, a c&p of this release issue with all the highlights, API changes, link to changelog and thank yous)
74 - [ ] Broadcasting (link to blog post)
75 - [ ] Twitter
76 - [ ] IRC
77 - - [ ] Reddit
77 + - [ ] [Reddit](https://reddit.com/r/ipfs)
78 - [ ] [discuss.ipfs.io](https://discuss.ipfs.io/c/announcements)
79 - - [ ] Announce it on the [IPFS Users mlist](https://groups.google.com/forum/#!forum/ipfs-users)
79 + - [ ] Announce it on the [IPFS Users Mailing List](https://groups.google.com/forum/#!forum/ipfs-users)
80
81 ## ❤️ Contributors
82
@@ -87,7 +87,7 @@ Would you like to contribute to the IPFS project and don't know how? Well, there
87 - Check the issues with the `help wanted` label in the [go-ipfs repo](https://github.com/ipfs/go-ipfs/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
88 - Join an IPFS All Hands, introduce yourself and let us know where you would like to contribute - https://github.com/ipfs/team-mgmt/#weekly-ipfs-all-hands
89 - Hack with IPFS and show us what you made! The All Hands call is also the perfect venue for demos, join in and show us what you built
90 -- Join the discussion at http://discuss.ipfs.io/ and help users finding their answers.
90 +- Join the discussion at [discuss.ipfs.io](https://discuss.ipfs.io/) and help users finding their answers.
91 - Join the [Go Core Dev Team Weekly Sync](https://github.com/ipfs/team-mgmt/issues/650) and be part of the Sprint action!
92
93 ## ⁉️ Do you have questions?