An open API service indexing awesome lists of open source software.

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

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