Skip to content

Commit 088d3f4

Browse files
RobPasMuepre-commit-ci[bot]AlejandroFernandezLuces
committed
feat: add PR template (#1005)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alex Fernandez <21alex295@gmail.com>
1 parent 4190466 commit 088d3f4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Description
2+
**Please provide a brief description of the changes made in this pull request.**
3+
4+
## Issue linked
5+
**Please mention the issue number or describe the problem this pull request addresses.**
6+
7+
## Checklist
8+
- [ ] I have tested my changes locally.
9+
- [ ] I have added necessary documentation or updated existing documentation.
10+
- [ ] I have followed the coding style guidelines of this project.
11+
- [ ] I have added appropriate unit tests.
12+
- [ ] I have reviewed my changes before submitting this pull request.
13+
- [ ] I have linked the issue or issues that are solved to the PR if any.
14+
- [ ] I have assigned this PR to myself.
15+
- [ ] I have made sure that the title of my PR follows [Conventional commits style](https://www.conventionalcommits.org/en/v1.0.0/#summary) (e.g. ``feat: extrude circle to cylinder``)

0 commit comments

Comments
 (0)