mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
Activating Open Collective.
This commit is contained in:
parent
b8d63ca60e
commit
fcfedcded0
5 changed files with 32 additions and 7 deletions
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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.**
|
||||
|
||||
<!-- Love OpenSTF? Please consider supporting our collective:
|
||||
👉 https://opencollective.com/openstf/donate -->
|
||||
|
|
3
.github/ISSUE_TEMPLATE/feature_request.md
vendored
3
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -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.
|
||||
|
||||
<!-- Love OpenSTF? Please consider supporting our collective:
|
||||
👉 https://opencollective.com/openstf/donate -->
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
25
README.md
25
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
|
||||
|
||||
[<img src="doc/sponsors/headspin-wordmark-orange.png?raw=true" alt="HeadSpin" width="400">](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!
|
||||
<a href="graphs/contributors"><img src="https://opencollective.com/openstf/contributors.svg?width=890" /></a>
|
||||
|
||||
### Backers
|
||||
Thank you to all our backers! [[Become a backer](https://opencollective.com/openstf#backer)]
|
||||
|
||||
<a href="https://opencollective.com/openstf#backers" target="_blank"><img src="https://opencollective.com/openstf/backers.svg?width=890"></a>
|
||||
|
||||
|
||||
### 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
|
||||
|
||||
|
|
|
@ -161,5 +161,9 @@
|
|||
"gm": "~1",
|
||||
"adb": "~1"
|
||||
},
|
||||
"preferGlobal": true
|
||||
"preferGlobal": true,
|
||||
"collective": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/openstf"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue