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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ All work on React Native SegmentedControl happens directly on GitHub. Contributo
13
13
Currently we use `flow` for typechecking, `eslint` with `prettier` for linting and formatting the code, and `jest` for unit testing. We also use `detox` for end-to-end testing. All of these are run on CircleCI for all opened pull requests, but you should use them locally when making changes.
14
14
15
15
*`yarn test`: Run all tests and validations.
16
-
*`yarn validate:eslint`: Run `eslint`.
17
-
*`yarn validate:eslint --fix`: Run `eslint` and automatically fix issues. This is useful for correcting code formatting.
18
-
*`yarn validate:flow`: Run `flow` typechecking.
19
-
*`yarn validate:typescript`: Run `typescript` typechecking.
20
-
*`yarn test:jest`: Run unit tests with `jest`.
21
-
*`yarn test:detox:<android|ios>:build:<debug|release>`: Build the `debug` or `release` app for end-to-end tests with `detox` on either `android` or `ios`. You need to run this before running the test command and whenever you make changes to the native code.
22
-
*`yarn test:detox:<android|ios>:test:<debug|release>`: Run the `debug` or `release` end-to-end tests with `detox` on either `android` or `ios`.
16
+
*`yarn lint`: Run `eslint`.
17
+
*`yarn lint --fix`: Run `eslint` and automatically fix issues. This is useful for correcting code formatting.
18
+
*`yarn flow`: Run `flow` typechecking.
19
+
<!--* `yarn validate:typescript`: Run `typescript` typechecking.-->
20
+
<!--* `yarn test:jest`: Run unit tests with `jest`.-->
21
+
<!--* `yarn test:detox:<android|ios>:build:<debug|release>`: Build the `debug` or `release` app for end-to-end tests with `detox` on either `android` or `ios`. You need to run this before running the test command and whenever you make changes to the native code.-->
22
+
<!--* `yarn test:detox:<android|ios>:test:<debug|release>`: Run the `debug` or `release` end-to-end tests with `detox` on either `android` or `ios`.-->
23
23
24
24
## Sending a pull request
25
25
When you're sending a pull request:
@@ -45,7 +45,7 @@ We prefix our commit messages with one of the following to signify the kind of c
45
45
We use [Semantic Release](http://semantic-release.org) to automatically release new versions of the library when changes are merged into master. Using the commit message convention described above, it will detect if we need to release a patch, minor, or major version of the library.
46
46
47
47
## Reporting issues
48
-
You can report issues on our [bug tracker](https://github.com/react-native-community/react-native-netinfo/issues). Please search for existing issues and follow the issue template when opening an issue.
48
+
You can report issues on our [bug tracker](https://github.com/react-native-community/react-native-segmented-control/issues). Please search for existing issues and follow the issue template when opening an issue.
49
49
50
50
## License
51
51
By contributing to React Native Segmented Control, you agree that your contributions will be licensed under the **MIT** license.
0 commit comments