Ver código fonte

docs: update CONTRIBUTING.md to enhance clarity on review process and contribution flow, and add a new pull request template for better consistency in submissions

Mathias 1 mês atrás
pai
commit
4e93c88a6f
2 arquivos alterados com 25 adições e 21 exclusões
  1. 0 0
      .github/ISSUE_TEMPLATE/pull_request_template.md
  2. 25 21
      CONTRIBUTING.md

+ 0 - 0
.github/ISSUE_TEMPLATE/pull_request_template.md


+ 25 - 21
CONTRIBUTING.md

@@ -1,34 +1,38 @@
-### Review Process
+### ✅ Review & Contribution Flow
 
-- All PRs require at least one review from a maintainer
-- Address review feedback promptly
-- Keep discussions constructive and respectful
-- PRs will be merged using "Squash and merge"
+- Before starting, **create an issue** for the task you want to work on.
+- **Assign yourself** to the issue so it’s clear who’s working on it.
+- Keep PRs focused: one issue = one PR (preferably small and scoped).
+- All PRs need **at least one maintainer review**.
+- We use **"Squash and merge"** to keep history clean.
+- Address review comments quickly and respectfully.
 
-## Getting Help
+---
+
+### 🤔 Need Help?
 
-### Where to Ask Questions
+- **General questions** → use GitHub Discussions
+- **Bug reports or features** → open an Issue
+- **Live chat** → [Join our Discord](https://discord.gg/NtrsUBuHUB)
 
-- **GitHub Discussions**: For general questions and ideas
-- **GitHub Issues**: For bug reports and feature requests
-- **Discord**: [Join our community](https://discord.gg/NtrsUBuHUB) for real-time chat (incoming)
+---
 
-### Resources
+### 📚 Useful Links
 
 - [Feature-Sliced Design](https://feature-sliced.design/)
-- [Next.js Documentation](https://nextjs.org/docs)
-- [Prisma Documentation](https://www.prisma.io/docs/)
+- [Next.js Docs](https://nextjs.org/docs)
+- [Prisma Docs](https://www.prisma.io/docs/)
 
-## Recognition
+---
 
-Contributors are recognized in:
+### 🌟 Recognition
 
-- GitHub contributors list
-- Project documentation
-- Release notes for significant contributions
+We credit contributors in:
 
-Thank you for contributing to Workout Cool! 🏋️‍♂️💪
+- the GitHub contributors list
+- release notes (for impactful work)
+- internal documentation if relevant
 
----
+Thanks again for contributing to Workout Cool! 💪
 
-**Questions?** Feel free to open an issue or reach out to the maintainers.
+Questions? Just open an issue or ping a maintainer.