diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 0234f83b..3d2ba38d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -17,3 +17,6 @@ about: Create a report to help us improve
**Do you see errors or warnings in the `stf local` output? If so, please paste them or the full log here.**
**Please run `stf doctor` and paste the output here.**
+
+
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 066b2d92..1ac2fc28 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -15,3 +15,6 @@ A clear and concise description of any alternative solutions or features you've
**Additional context**
Add any other context or screenshots about the feature request here.
+
+
diff --git a/DONATION-TRANSPARENCY.md b/DONATION-TRANSPARENCY.md
index 384942bd..691b567b 100644
--- a/DONATION-TRANSPARENCY.md
+++ b/DONATION-TRANSPARENCY.md
@@ -2,7 +2,7 @@
Here we attempt to list, to the best of our abilities, the team's use of donated funds and goods.
-If you're interested in supporting future development, [check us out on Bountysource](https://salt.bountysource.com/teams/openstf).
+If you're interested in supporting future development, [check us out on Open Collective](https://opencollective.com/openstf).
## Hardware purchases
diff --git a/README.md b/README.md
index 733c83ea..96b6c529 100644
--- a/README.md
+++ b/README.md
@@ -3,20 +3,25 @@
[](https://travis-ci.org/openstf/stf)
[](https://hub.docker.com/r/openstf/stf/)
[](https://www.npmjs.com/package/stf)
+[](#backers) [](#sponsors)
**STF** (or Smartphone Test Farm) is a web application for debugging smartphones, smartwatches and other gadgets remotely, from the comfort of your browser.
-STF was originally developed at [CyberAgent](https://www.cyberagent.co.jp/en/) to control a growing collection of more than 160 devices. As of July 2016 development is mainly sponsored by [HeadSpin](https://performance.headspin.io/) and [other individual contributors](https://www.bountysource.com/teams/openstf).
+STF was originally developed at [CyberAgent](https://www.cyberagent.co.jp/en/) to control a growing collection of more than 160 devices. As of July 2016 development is mainly sponsored by [HeadSpin](https://performance.headspin.io/) and [other individual contributors](https://opencollective.com/openstf).
-Please visit [our BountySource](https://salt.bountysource.com/teams/openstf) if you'd like to support future development. How are your donations being used? Check out our [donation transparency report](DONATION-TRANSPARENCY.md).
+We welcome financial contributions in full transparency on our [open collective](https://opencollective.com/openstf).


-## Sponsors
+## Credits
-### Gold Sponsor
+### Sponsors
+
+Thank you to all our sponsors! (please ask your company to also support this open source project by [becoming a sponsor](https://opencollective.com/openstf#sponsor))
+
+#### Gold Sponsor
[
](https://headspin.io/)
@@ -24,9 +29,19 @@ Please visit [our BountySource](https://salt.bountysource.com/teams/openstf) if
HeadSpin offers a generous monthly contribution towards STF development.
+### Contributors
+Thank you to all the people who have already contributed to STF!
+
+
+### Backers
+Thank you to all our backers! [[Become a backer](https://opencollective.com/openstf#backer)]
+
+
+
+
### How to become a sponsor
-Please [contact us][contact-link] for sponsor arrangements. Both recurring and one-time contributions are most welcome. Contributions towards a specific issue or feature are also possible, and can be attributed to your company in our release notes and other related materials. Hardware-only contributions, whether new or used, are also extremely helpful and well received, especially if you find a device that doesn't work. Please see our [donation transparency report](DONATION-TRANSPARENCY.md) for past hardware contributions.
+Please use our [open collective](https://opencollective.com/openstf#sponsor) or [contact us][contact-link] directly for sponsor arrangements. Both recurring and one-time contributions are most welcome. Contributions towards a specific issue or feature are also possible, and can be attributed to your company in our release notes and other related materials. Hardware-only contributions, whether new or used, are also extremely helpful and well received, especially if you find a device that doesn't work. Please see our [donation transparency report](DONATION-TRANSPARENCY.md) for past hardware contributions.
## Features
diff --git a/package.json b/package.json
index 1d7a2f81..111b3196 100644
--- a/package.json
+++ b/package.json
@@ -161,5 +161,9 @@
"gm": "~1",
"adb": "~1"
},
- "preferGlobal": true
+ "preferGlobal": true,
+ "collective": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/openstf"
+ }
}