File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ $ yarn test
2121* adding video or screenshot is very beneficial but it's not mandatory
2222* additionally please remember to add appropriate Pull Request title from following:
2323 * ` [RNS-XX] short description ` - for normal feature branches
24+ * remember one pull request should always address one issue or feature
2425
2526## Code structure
2627```
3637* Name branch according to your ticket following this pattern: RNS-XX-short_description
3738* Imports and exports inside ` index.js ` files eg. ` screens/index.js ` , ` components/index.js ` should be alfabetically
3839* Style names in ` ComponentName.styles.js ` should be ordered alfabetically
40+ * Please use commit lint and follow commit naming convention (https://www.conventionalcommits.org/en/v1.0.0/ )
You can’t perform that action at this time.
0 commit comments