Pull Requests (PR)
After finishing an issue, the developer creates a pull request for review. During the draft, he will have to fill out the following template:
🔗 Linked issue
for example, "resolves #123"
❓ Type of change
- [ ] 📖 Documentation
- [ ] 🐞 Bug fix
- [ ] 🤘🏻 Enhancement
- [x] ✨ New feature // example
- [ ] 🧹 Chore
📚 Description
Describe your changes in detail. Why is this change required? What problem does it solve?
📝 Checklist
Put an x
in all the boxes that apply.
- [ ] I have linked an issue.
- [ ] I have added tests (if possible).
- [ ] I have updated the documentation accordingly.