https://github.com/renanbotasse/pull-request-template
Template for PR
https://github.com/renanbotasse/pull-request-template
Last synced: 3 months ago
JSON representation
Template for PR
- Host: GitHub
- URL: https://github.com/renanbotasse/pull-request-template
- Owner: renanbotasse
- Created: 2024-02-01T13:58:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-01T13:59:04.000Z (over 1 year ago)
- Last Synced: 2025-01-16T10:32:28.851Z (5 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Problem
WHY - Explain why this PR exists.## Description
WHAT - Describe what was changed in the pull request.## Type of change
Please delete options that are not relevant.- [ ] Build
- [ ] Chore
- [ ] CI
- [ ] Code Refactor
- [ ] Code Style
- [ ] Documentation
- [ ] Feature
- [ ] Fix
- [ ] Performance
- [ ] Tests
- [ ] Other## Solution
HOW - Make it clear how it does what it sets out to do.## Screenshot/Video
## Trello
## Other Information
## Checklist
- [ ] Git Workflow (from develop)
- [ ] 200-400 LOC
- [ ] Single Responsibility Principle (SRP)
- [ ] Testing
- [ ] Documentation
- [ ] Able to merge (to develop) without conflicts