Please read this guidelines multiple times 😄.
What I want is the pull request title to properly convey what exactly did you do? And the pull request comment to explain _what you do? and/or why?
-
This pull request has a title that starts with the keywords,
Add
,Fix
,Typo
,Update
, orDelete
first followed by the Name of the File that the keyword is refering to.- ✅
Add Options component
- ✅
Fix parseObject.ts
- ✅
Update README.md
- ✅
Delete UnusedFiled.ts
- ✅
Typo README.md
- ❌
add Options
- ❌
readme
- ❌
FIX MAIN
- ❌
UpDate readme
- ❌
Delete file
- ❌
Typo
- ✅
-
The default branch should be named
main
notmaster
.
Thank you again for contributing! 🎉