You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,18 +54,6 @@ yarn test
54
54
To edit the Objective-C files, open `example/ios/SourcepointCmpExample.xcworkspace` in XCode and find the source files at `Pods > Development Pods > react-native-sourcepoint-cmp`.
55
55
56
56
To edit the Kotlin files, open `example/android` in Android studio and find the source files at `reactnativesourcepointcmp` under `Android`.
57
-
### Commit message convention
58
-
59
-
We follow the [conventional commits specification](https://www.conventionalcommits.org/en) for our commit messages:
60
-
61
-
-`fix`: bug fixes, e.g. fix crash due to deprecated method.
62
-
-`feat`: new features, e.g. add new method to the module.
63
-
-`refactor`: code refactor, e.g. migrate from class components to hooks.
64
-
-`docs`: changes into documentation, e.g. add usage example for the module..
65
-
-`test`: adding or updating tests, e.g. add integration tests using detox.
66
-
-`chore`: tooling changes, e.g. change CI config.
67
-
68
-
Our pre-commit hooks verify that your commit message matches this format when committing.
0 commit comments