25 lines
585 B
Markdown
25 lines
585 B
Markdown
# 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`
|