We appreciate contributions of any kind - new contributions are welcome whether it's through bug reports or new pull requests.
Please add an issue. We'll review it, add labels and reply when we get the chance.
Comment on the issue that you'd like to work on and we'll add the
claimed
label. If you see the claimed
label already on the issue you
might want to ask the contributor if they'd like some help.
Go right ahead! Just submit a pull request when you're done.
We love pull requests from everyone:
- Fork this repository:
- Clone forked repository
git clone [email protected]:YOUR-USERNAME/android-showcase.git
- Branch of the
main
branch. - Make changes, push changes to your fork and
submit a pull request against the
main
branch.
At this point you're waiting on us. We like to at least comment on pull requests within few days. We may suggest some changes or improvements or alternatives.
Some things that will increase the chance that your pull request is accepted:
- Write a good commit message
- Make sure all tests and lint checks are passing (review them on the pull request page)
- Update README with any changes are needed
- Write tests (if needed)