Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.48 KB

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 1.48 KB

Contributing

We appreciate contributions of any kind - new contributions are welcome whether it's through bug reports or new pull requests.

Tell us about enhancements and bugs

Please add an issue. We'll review it, add labels and reply within a few days.

See an issue you'd like to work on

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.

Documentation needs updating

Go right ahead! Just submit a pull request when you're done.

Pull Requests

We love pull requests from everyone:

  1. Fork tthis repository:
  2. Clone forked repository git clone git@github.com:YOUR-USERNAME/android-showcase.git

All changes should be based from the master branch. Push to your fork and submit a pull request against the master 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:

  1. Make sure all tests and lint checks are passing (review them on the pull request page)
  2. Update README with any changes are needed
  3. Write tests (if needed)
  4. Write a good commit message