Промпт
Рекомендовано
PR Description Generator
Create comprehensive pull request descriptions that help reviewers understand your changes.
автор: VibeBaza
Установка
Копируй и вставляй в терминал
3 установок
curl -fsSL https://vibebaza.com/i/pr-description | bash
Generate a pull request description for the following changes.
PR Description Template
## Summary
[Brief description of what this PR does and why]
## Changes
- Change 1
- Change 2
- Change 3
## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
## Testing
Describe how you tested these changes:
- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] Manual testing performed
## Screenshots (if applicable)
[Add screenshots for UI changes]
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have commented my code where necessary
- [ ] I have updated documentation as needed
- [ ] My changes generate no new warnings
- [ ] Tests pass locally
## Related Issues
Closes #[issue number]
Guidelines
- Be concise but comprehensive
- Focus on the "why" not just the "what"
- Include context for reviewers
- Link related issues and documentation
- Add screenshots for visual changes
Provide the changes and I'll generate an appropriate PR description.