-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add Google Play badge to README.md and remove contributors #86
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,25 +11,32 @@ Your personal practice companion | |
</p> | ||
|
||
<br/> | ||
|
||
<p align="center"> | ||
<a href='https://play.google.com/store/apps/details?id=app.musikus&hl=de&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'> | ||
<img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'height="70"/> | ||
</a> | ||
</p> | ||
|
||
<div align="center"> | ||
<a href="https://github.com/matthiasemde/musikus-android/actions/workflows/ci.yml"><img src="https://github.com/matthiasemde/musikus-android/actions/workflows/ci.yml/badge.svg" alt="CI"></a> | ||
<a href="https://github.com/matthiasemde/musikus-android/releases/latest"><img src="https://img.shields.io/github/v/release/matthiasemde/musikus-android" alt="release"></a> | ||
<a href="https://github.com/matthiasemde/musikus-android/releases"><img src="https://img.shields.io/github/v/release/matthiasemde/musikus-android?include_prereleases" alt="nighlty-release"></a> | ||
</div> | ||
<br/> | ||
|
||
|
||
## 🧪 Musikus is in alpha | ||
|
||
### Join | ||
If you want to join our group of testers, write us an email to [[email protected]](mailto:[email protected]) using your Gmail-account and we will add you to the list. | ||
|
||
If you want to join our group of testers, write us an email to [[email protected]](mailto:[email protected]) using your Google account and we will add you to the list. If you are amongst the list of testers, the badge above will bring you to the Play Store listing. | ||
Alternatively, you can always download the latest release [from GitHub](https://github.com/matthiasemde/musikus-android/releases/latest). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. People can download the latest release from GitHub, but then they are not really joining the alpha. The alpha is happening on GooglePlay. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay, fair point. But I would like to encourage people to test the app even though they might not want to be an "official alpha tester". Maybe we can rephrase it to something like "Pre-built release apks can be found on the release page". |
||
|
||
### Feedback | ||
If you have any feedback, bug reports or feature requests, please fill out [this](https://docs.google.com/forms/d/e/1FAIpQLSfw1rTslL7b3Yp_Lv_E65zketfj7G6h5VzOkVdxjcQZDC5CqA/viewform) form or use the [Issue Tracker](https://github.com/matthiasemde/musikus-android/issues/new). | ||
|
||
## 👨💻 Contributors | ||
<a href="https://github.com/matthiasemde/musikus-android/graphs/contributors"> | ||
<img width="140" src="https://contrib.rocks/image?repo=matthiasemde/musikus-android" alt="https://github.com/matthiasemde/musikus-android/graphs/contributors"/> | ||
</a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know it's a gimmick, but I really like the contributors page. |
||
If you have any feedback, bug reports or feature requests, please fill out [this](https://docs.google.com/forms/d/e/1FAIpQLSfw1rTslL7b3Yp_Lv_E65zketfj7G6h5VzOkVdxjcQZDC5CqA/viewform) form or use the [Issue Tracker](https://github.com/matthiasemde/musikus-android/issues/new). We are always happy about ideas and feedback! | ||
|
||
|
||
## 📃 License | ||
Copyright (c) Matthias Emde <br/> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think, we should use the GooglePlay Badge while the link only works for our alpha testers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think it confuses people who don't read the description and wonder why the link is not working 😅?
Adding a Google Play badge is kind of an eyecatcher to see that we are already testing the app on Google Play.