action-git-commit-push/CONTRIBUTING.md
GuillaumeFalourd 11010248b7 first commit
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
2021-10-21 14:53:37 -03:00

27 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.