Skip to content

Commit

Permalink
Pushing the Pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
luiguild committed Nov 19, 2024
1 parent 622aa70 commit 58650a6
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
### SUMMARY
<!-- Add links to any relevant Github tickets, including their titles: -->
<!-- Also write a sentence or two explaining the overall problem that you are solving. -->
<!-- e.g. [Ticked-ID](http://ticket.link) Ticket title -->

### DETAILS
<!--
Provide additional background for code reviewers who may be unfamiliar with your feature:
- Why do we need this?
- What changes did you make?
- Is there a specific aspect that you want reviewers to focus on?
- Were you unsure about some design decisions?
- Link to a design note or spec, if relevant.
-->

### DEVELOPER IMPACT
<!--
Include this section if your PR affects other people working monorepo.
For example, changes to a build rig, introducing a new coding pattern, etc.
Write "N/A" if not applicable or just don't include this section.
-->

### TESTING
<!--
How did you test your changes?
How others can test on their machines?
Unit tests?
Manual steps?
Write "N/A" if not applicable or just don't include this section.
-->

### DOCUMENTATION
<!--
Do your changes require to deliver documentation or update existing one?
If so, please include wiki link of the created/updated documentation.
Write "N/A" if not applicable or just don't include this section.
-->

### PIC
<!-- Not mandatory but is always nice to have a little fun. -->
![Put something funny here](https://giphy.com/trending-gifs)

0 comments on commit 58650a6

Please sign in to comment.