docs: optimize CONTRIBUTING.md

This commit is contained in:
HUI
2021-01-05 11:24:10 +08:00
committed by Arthas
parent 5b76876575
commit f5c8e930ed

View File

@@ -49,9 +49,9 @@ Remember to add tests for your change if possible. Run the unit tests by:
yarn test
```
To edit the Objective-C files, open `example/ios/AgoraExample.xcworkspace` in XCode and find the source files at `Pods > Development Pods > react-native-agora`.
To edit the Objective-C files, open `example/ios/chatsapp.xcworkspace` in XCode and find the source files at `Pods > Development Pods > agora-react-native-rtm`.
To edit the Kotlin files, open `example/android` in Android studio and find the source files at `reactnativeagora` under `Android`.
To edit the Kotlin files, open `example/android` in Android studio and find the source files at `agora-react-native-rtm` under `Android`.
### Commit message convention