Skip to content

Commit

Permalink
chore(ci): create a pull request template (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino authored Dec 10, 2024
1 parent f9646a5 commit 27fa6a9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### Issues Fixed

Include a list of issues that this pull request fixes.

### Description

Provide a brief description of the changes that you have made.

### Checklist

- [ ] I have performed a self-review of my own code.
- [ ] New and existing unit tests pass locally and on CI with my changes.
- [ ] I have tested my changes on Google Chrome.
- [ ] I have tested my changes on Mozilla Firefox.
- [ ] I added a documentation for the changes I have made (when necessary).

### Additional Information

Include any additional information that you think is necessary for this pull request,
including screenshots of the changes that you have made.

0 comments on commit 27fa6a9

Please sign in to comment.