Files
workavia-drive/Contribute/Commit & Pull Request Title Format.md
montaghanmy 10fe6f78d1 feat: init
2023-03-23 11:03:16 +01:00

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`