mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-08-10 16:32:28 +00:00
docs: define issue-first contribution workflow
This commit is contained in:
24
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
24
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
## Ready issue
|
||||
|
||||
Implements #<issue-number>
|
||||
|
||||
<!--
|
||||
Replace the placeholder above with exactly one GitHub issue that has the
|
||||
`state:ready` label. Use "Implements", not "Closes", "Fixes", or "Resolves":
|
||||
the issue remains open for human verification after this PR is merged.
|
||||
-->
|
||||
|
||||
## Summary
|
||||
|
||||
<!-- Explain the solution and how it follows the design agreed in the issue. -->
|
||||
|
||||
## Verification
|
||||
|
||||
<!-- List the automated and manual checks used to verify the change. -->
|
||||
|
||||
- [ ] Tests added or updated for the changed behavior
|
||||
- [ ] Relevant tests and quality checks pass locally
|
||||
|
||||
## Additional context
|
||||
|
||||
<!-- Include screenshots, compatibility notes, follow-up work, or "None". -->
|
||||
Reference in New Issue
Block a user