[WIP] Create contributing guidelines for open source contributors #170
Reference in New Issue
Block a user
Delete Branch "copilot/add-contributing-guidelines"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Contributing Guidelines - Open Source Standards
Creating comprehensive contributing guidelines following open source best practices.
Plan:
Completed:
✅ CODE_OF_CONDUCT.md - Following Contributor Covenant 2.1 standard
✅ CONTRIBUTING.md - Enhanced with complete contributor guidance
✅ Issue Templates - Using modern YAML forms
✅ Pull Request Template - Comprehensive checklist-based template
✅ README.md Updates
✅ SECURITY.md Updates
✅ All YAML templates validated - Passed Python YAML validation
Summary:
All contributing guidelines and templates have been created following open source best practices. The documentation provides a welcoming, inclusive environment for contributors of all skill levels. Templates are production-ready and follow GitHub's recommended patterns.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Pull Request Overview
This pull request standardizes code formatting across all Markdown documentation files by converting inconsistent indentation (mixed 2-space and 4-space tabs) to a uniform 4-space indentation style. The changes improve code readability and maintain consistency throughout the project's documentation.
Key changes:
Reviewed Changes
Copilot reviewed 31 out of 33 changed files in this pull request and generated 1 comment.
Show a summary per file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
@@ -227,9 +245,10 @@ Receives notifications when a user's roles change in the guild.```This line appears to be a duplicate field. Line 143 already includes
timestamp: string;within thedataobject. Line 145 should be removed as it creates an invalid TypeScript interface with a duplicate property at the same level asguildIdanddata.