Skip to content

Commit 2e9d88c

Browse files
authored
Merge pull request #112 from netguru/contributing-guidelines-update
docs: updated contributing guidelines
2 parents 0cbf384 + a06b1a4 commit 2e9d88c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
```
@@ -36,3 +37,4 @@ src/
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/)

0 commit comments

Comments
 (0)