-
Notifications
You must be signed in to change notification settings - Fork 30
feat(*): add contributor guidelines #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: François Delbrayelle <fdelbrayelle@gmail.com>
Co-authored-by: François Delbrayelle <fdelbrayelle@gmail.com>
Co-authored-by: François Delbrayelle <fdelbrayelle@gmail.com>
Co-authored-by: François Delbrayelle <fdelbrayelle@gmail.com>
Co-authored-by: François Delbrayelle <fdelbrayelle@gmail.com>
Co-authored-by: François Delbrayelle <fdelbrayelle@gmail.com>
Co-authored-by: François Delbrayelle <fdelbrayelle@gmail.com>
Co-authored-by: François Delbrayelle <fdelbrayelle@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive contributor guidelines by introducing a PR checklist template and an automated workflow to validate checklist completion. The changes aim to standardize the contribution process and ensure quality standards are met before code review.
- Adds a detailed contributor checklist covering coding standards, testing, documentation, and plugin development requirements
- Implements automated workflow validation to enforce checklist completion for external contributors
- Creates dependency between checklist validation and the main CI pipeline
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
.github/workflows/main.yml |
Adds checklist validation job that verifies PR checklist completion for non-organization members |
.github/pull_request_template.md |
Introduces comprehensive contributor guidelines checklist with sections for general practices, properties, HTTP, JSON, new plugins, tests, and outputs |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.