Skip to content

Commit 0aefdff

Browse files
Address review comments
1 parent 39abf87 commit 0aefdff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`
1717
2. Make your changes
1818
3. Add tests for any new functionality
1919
4. Run the test suite to ensure tests (both new and old) all pass

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)