From a50fd5913d1a0b16d40d5dea0143b1f2a148b891 Mon Sep 17 00:00:00 2001 From: fractalwrench Date: Tue, 4 Sep 2018 13:50:26 +0100 Subject: [PATCH] docs: Add step to release notes to check manual integration --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1be7ce2722..99d56fea6b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -146,6 +146,7 @@ If you are a project maintainer, you can build and release a new version of - [ ] On a throttled network, is the request timeout reasonable, and the main thread not blocked by any visible UI freeze? (Throttling can be achieved by setting both endpoints to "https://httpstat.us/200?sleep=5000") - [ ] Are queued reports sent asynchronously? - [ ] Have the installation instructions been updated on the [dashboard](https://github.com/bugsnag/bugsnag-website/tree/master/app/views/dashboard/projects/install) as well as the [docs site](https://github.com/bugsnag/docs.bugsnag.com)? +- [ ] Do the installation instructions work for a manual integration? ### Making the release