Skip to content

Commit cf7bd3b

Browse files
authored
Update CONTRIBUTING.md
1 parent 73886cf commit cf7bd3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,12 @@ $ yarn check-all
7878

7979
### PR messages
8080

81-
When creating a pull-request, make sure to use the [conventional changelog](https://github.com/conventional-changelog/conventional-changelog) format:
81+
When creating a pull-request, make sure to use the [conventional changelog](https://github.com/conventional-changelog/conventional-changelog) format for it's title:
8282

8383
* ✨ For new features or enhancements, use `feat`. Example: `feat: Support ultra-wide-angle cameras`
8484
* 🐛 For bugfixes or build improvements, use `fix`. Example: `fix: Fix iOS 13 crash when switching cameras`
8585
* 💨 For performance improvements, use `perf`. Example: `perf: Improve takePhoto() performance by re-using file-session`
8686
* 🛠️ When upgrading dependencies, use `chore(deps)`. Example: `chore(deps): Upgrade react-native to 0.70`
8787
* 📚 When changing anything in the documentation, use `docs`. Example: `docs: Fix typo in installation instructions`
88+
89+
Pull-requests will be squash-committed, so no need to prefix your individual commits with the conventional changelog format as long as the commit messages are descriptive.

0 commit comments

Comments
 (0)