Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'>
Copy link
Owner

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.

Copy link
Collaborator Author

@mipro98 mipro98 Apr 13, 2024

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.

<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).
Copy link
Owner

Choose a reason for hiding this comment

The 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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The 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".
It's just about mentioning that our releases are also uploaded to GitHub.

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>
Copy link
Owner

Choose a reason for hiding this comment

The 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/>
Expand Down
Loading