feat: init

This commit is contained in:
montaghanmy
2023-03-23 11:03:16 +01:00
commit 10fe6f78d1
11518 changed files with 509786 additions and 0 deletions
@@ -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`