feat: init
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Commit and Pull Request Format
|
||||
|
||||
Your pull request and commits titles must respect this format:
|
||||
|
||||
`[Emoji] [Verb] [Details]`
|
||||
|
||||
The description of the commit must contain the issues fixed by your proposition.
|
||||
Example:
|
||||
`Fixes #43`
|
||||
|
||||
List of commit emojis:
|
||||
|
||||
- 🛠 Fixing broken code.
|
||||
- ♻️ Refactoring code and making it work better.
|
||||
- 🔍 Writing or fixing tests.
|
||||
- 🌈 Making your code or your app beautiful with style
|
||||
- 🐳 Deployment / docker
|
||||
- 📚 Documentation
|
||||
- 🌟 New feature
|
||||
|
||||
Examples of commits:
|
||||
|
||||
`🛠 Fix broken login page`
|
||||
`🌟 Implement SpaceX Crew Dragon plugin`
|
||||
Reference in New Issue
Block a user