Skip to content

Commit 561ed68

Browse files
authored
Merge pull request #1283 from webkom/pr-template
2 parents 884a166 + 04d4216 commit 561ed68

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Description
2+
3+
Please write a summary of the changes, and please include relevant motivation and context. Remember to label your pull request properly; e.g. **bug-fix**, **new-feature** or **docs**.
4+
5+
# Result
6+
7+
If you've made visual changes, please check the boxes below and include images showing the changes. Descriptions are appreciated.
8+
9+
- [ ] Changes look good with different viewports (mobile, tablet, etc.).
10+
- [ ] Changes look good with slower Internet connections.
11+
12+
<table>
13+
<tr>
14+
<td>Before</td>
15+
<td>After</td>
16+
</tr>
17+
<tr>
18+
<td>
19+
...
20+
</td>
21+
<td>
22+
...
23+
</td>
24+
</tr>
25+
</table>
26+
27+
# Testing
28+
29+
- [ ] I have thoroughly tested my changes.
30+
31+
---
32+
33+
Resolves ... (either GitHub issue or Linear task)

0 commit comments

Comments
 (0)