Skip to content

Commit 875c357

Browse files
chore: add pr template (#19)
1 parent ac83787 commit 875c357

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/pull_request_template.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## Description
2+
3+
1. Why I made this PR? (What is the problem? Why it should be fixed?)
4+
2. How the problem is fixed? Does it rely on other changes elsewhere?
5+
6+
Fixes # (issue)
7+
or
8+
Connected to # (issue)
9+
10+
## Type of change
11+
12+
Please delete options that are not relevant.
13+
14+
- [ ] Bug fix (non-breaking change which fixes an issue)
15+
- [ ] New feature (non-breaking change which adds functionality)
16+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
17+
- [ ] This change requires a documentation update
18+
- [ ] Maintenance
19+
- [ ] Security fix
20+
21+
## How to test this PR
22+
23+
Describe how to test the PR
24+
25+
## Before requesting review:
26+
27+
- [ ] I have performed a self-review of my code
28+
- [ ] I have ensured this looks good on all screen sizes and complies with accessibility standards
29+
- [ ] I have tested all changes locally
30+
31+
## Checklist for the reviewer:
32+
33+
- [ ] Git history - Commits in the PR are split up in a good way, preferably atomic and describe the changes in a good way
34+
- [ ] Tests - Tests for the changes have been added (for bug fixes/features)
35+
- [ ] Docs - Corresponding changes have been added to the documentation
36+
- [ ] Comments - Comments are added to the code in hard-to-understand areas
37+
- [ ] Warnings - The changes in the PR generate no new warnings
38+
- [ ] Product sync - Synced with product management if needed
39+
- [ ] Dependencies - 3rd party libraries are selected with [these guidelines](https://prime.lime.tech/security/development/practical#component-selection) in mind

0 commit comments

Comments
 (0)