File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Thanks for contributing! Please read this document to follow our conventions for
1313
1414## Development Process
1515
16- 1 . Fork the repo and create your branch from ` main `
16+ 1 . Create your branch from ` main `
17172 . Make your changes
18183 . Add tests for any new functionality
19194 . Run the test suite to ensure tests (both new and old) all pass
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ The Android SDK and kits are released using GitHub Actions. The SDK and kits are
6161- ** Release Duration** : Expect ~ 20 minutes due to comprehensive test suite
6262- ** Emulator Issues** :
6363 - Sometimes GitHub Actions emulators fail
64- - We use a script version in ` scripts/install-start-emulator.sh `
64+ - We have a custom script to install and start the emulator ` scripts/install-start-emulator.sh `
6565 - OS version is hardcoded to avoid issues with new releases
6666- ** Code Reusability** :
67- - Reusable GitHub action code is being moved to the [ parent repo] ( https://github.com/mParticle/mparticle-workflows )
67+ - Reusable GitHub Actions are defined in the [ parent repo] ( https://github.com/mParticle/mparticle-workflows )
6868 - This enables other platforms to reuse similar jobs
6969
7070## Post-Release Verification
You can’t perform that action at this time.
0 commit comments