Skip to content

Commit a573e2d

Browse files
committed
chore: add PULL_REQUEST_TEMPLATE
1 parent bb34eb5 commit a573e2d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Why
2+
3+
<!-- Describe what this change is all about -->
4+
5+
## What
6+
7+
<!-- Describe your changes -->
8+
9+
## Todos
10+
11+
<!-- Please delete options that are not relevant -->
12+
13+
- [ ] I have added a description to this pull request that describes the changes in detail
14+
- [ ] I have performed a self-review of my code
15+
- [ ] I have added a label that describes the PR type (`bug`, `enhancement`, `ci`, `refactor`, `documentation`, `test`, `chore`)
16+
- [ ] I have added `customer-facing 🙋‍♂️` label if this PR ships customer value
17+
- [ ] I have updated the _optional_ PR title to follow the pattern `Fix / TICKET_ID / DESCRIPTION` (e.g. `Fix / 123456 / Fixing the login button`)
18+
- [ ] I have run manual tests to check if everything is functional
19+
- [ ] I have added screenshots/videos that explain my graphical changes
20+
21+
## Screenshots

0 commit comments

Comments
 (0)