28 lines
592 B
Markdown
28 lines
592 B
Markdown
|
# 🤝 Contribution
|
||
|
|
||
|
You're welcome to create ISSUES or open PULL REQUESTS 🚀
|
||
|
|
||
|
## 📚 Guidelines
|
||
|
|
||
|
### 🚦 Issues
|
||
|
|
||
|
When creating issues, please explain:
|
||
|
|
||
|
#### Bug fixes
|
||
|
|
||
|
- WHAT is the problem (with examples to test/reproduce).
|
||
|
|
||
|
#### New features
|
||
|
|
||
|
- Explain WHY is the feature needed (examples are welcome).
|
||
|
|
||
|
### 🧑💻 Pull Requests
|
||
|
|
||
|
- Fork the project repository.
|
||
|
|
||
|
- **Always** base your work on the project's `main` branch.
|
||
|
|
||
|
- Test your implementation for each OS runner with GHA workflows on your fork.
|
||
|
|
||
|
- Open the Pull Request informing what you did with links to workflows runs.
|