shared-docs icon indicating copy to clipboard operation
shared-docs copied to clipboard

⚠️ shared-docs moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-android

Results 41 shared-docs issues
Sort by recently updated
recently updated
newest added

A wrote this at one point: > While you can use commits for yourself, a commit series in a pull request is for the reviewer (or the bisector): they should...

I was following steps on installing the correct version of Java, and found that this document needed completion. Added instructions on installing Java from website in `android/configure_java.md`. Previously, `Method #3:...

Over in the application-services repo we have some notes on how to get your apks signed via autograph: https://github.com/mozilla/application-services/blob/91a10d8/docs/howtos/signing-android-applications.md This is very specific to building an android app, and feels...

Adding a basic checklist of commonly-missed items to consider by developers and QA when releasing an Android app to the app store.

Sometimes we get developers interested in contributing who do not have experience using git or github yet. It would be great to have a document explaining (or linking to good...

👩‍🎓user guide

- Test naming conventions - UI vs integration vs unit: when to write which? - androidTest package hierarchy - robot pattern

e.g. ## Fork To fork... ## Branch To branch... ## Pull Request ... --- This will help us make it more beginner friendly, I think. Hopefully it doesn't make it...