diff --git a/Contributing-Guide.md b/Contributing-Guide.md index 6237083..7d570df 100644 --- a/Contributing-Guide.md +++ b/Contributing-Guide.md @@ -1317,7 +1317,25 @@ We are committed to providing a welcoming and inclusive environment. All contrib - Update PRs to address feedback - Close PRs if no longer pursuing -## Recognition +### Maintainer Responsibilities + +**Maintainers will:** +- Review PRs and provide feedback +- Merge approved PRs +- Create releases +- Manage issues and discussions +- Enforce community guidelines +- Keep documentation updated +- Ensure CI/CD pipeline works + +**Maintainers commit to:** +- Respectful and constructive feedback +- Timely responses +- Clear communication +- Fair and unbiased reviews +- Supporting contributors + +### Recognition **Contributors are credited in:** - CONTRIBUTORS.md file @@ -1329,6 +1347,41 @@ We are committed to providing a welcoming and inclusive environment. All contrib - Be invited to maintain specific areas - Help guide project direction +### First-Time Contributors + +**Looking for your first contribution?** + +Issues labeled with `good-first-issue` are great starting points: +- Well-defined scope +- Clear acceptance criteria +- Mentorship available + +**Example first contributions:** +- Fix typos in documentation +- Improve error messages +- Add test coverage +- Enhance logging +- Update dependencies + +### Advanced Contributions + +**For experienced contributors:** + +Issues labeled with `help-wanted` need expertise: +- Performance optimization +- Architecture improvements +- Complex feature implementation +- Security enhancements + +### License + +By contributing, you agree that your contributions will be licensed under the [GPL-3.0 License](https://git.serendipity.systems/k.eaven/pterodactyl-discord-bot/src/branch/main/LICENSE). + +All contributions must: +- Be your original work +- Not infringe on others' intellectual property +- Be compatible with GPL-3.0 + ## Getting Help **Questions about contributing?** @@ -1352,59 +1405,6 @@ We are committed to providing a welcoming and inclusive environment. All contrib - Clarification on code behavior - Help with development setup -## First-Time Contributors - -**Looking for your first contribution?** - -Issues labeled with `good-first-issue` are great starting points: -- Well-defined scope -- Clear acceptance criteria -- Mentorship available - -**Example first contributions:** -- Fix typos in documentation -- Improve error messages -- Add test coverage -- Enhance logging -- Update dependencies - -## Advanced Contributions - -**For experienced contributors:** - -Issues labeled with `help-wanted` need expertise: -- Performance optimization -- Architecture improvements -- Complex feature implementation -- Security enhancements - -## License - -By contributing, you agree that your contributions will be licensed under the [GPL-3.0 License](https://git.serendipity.systems/k.eaven/pterodactyl-discord-bot/src/branch/main/LICENSE). - -All contributions must: -- Be your original work -- Not infringe on others' intellectual property -- Be compatible with GPL-3.0 - -## Maintainer Responsibilities - -**Maintainers will:** -- Review PRs and provide feedback -- Merge approved PRs -- Create releases -- Manage issues and discussions -- Enforce community guidelines -- Keep documentation updated -- Ensure CI/CD pipeline works - -**Maintainers commit to:** -- Respectful and constructive feedback -- Timely responses -- Clear communication -- Fair and unbiased reviews -- Supporting contributors - --- ## Quick Reference