Skip to content

Commit 81b5773

Browse files
chore: add pull request template
For when people make PRs they'll have a scaffold to use.
1 parent bbd7c04 commit 81b5773

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
<!-- ^ Please summarise the changes you have made and explain why they are necessary above here ^ -->
3+
4+
## Checklist
5+
6+
<!-- Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers. -->
7+
8+
- [ ] Made sure my pull request fits [CONTRIBUTING.md].
9+
- [ ] Marked commits with `!` if they were breaking changes.
10+
- [ ] Updated the `docs/` when needed.
11+
- [ ] Added tests to `test/` for all new code.
12+
- [ ] This pull request does not fix a security issue. (See [SECURITY.md])
13+
14+
[CONTRIBUTING.md]: https://github.com/Tygo-van-den-Hurk/Slyde/blob/master/CONTRIBUTING.md
15+
[SECURITY.md]: https://github.com/Tygo-van-den-Hurk/Slyde/blob/master/SECURITY.md
16+
17+
## Meta data
18+
19+
Built on platform (select all applicable):
20+
- [ ] Linux (x86_64)
21+
- [ ] Linux (aarch64)
22+
- [ ] Macos (x86_64)
23+
- [ ] Macos (aarch64)
24+
- [ ] Windows (x86_64)
25+
- [ ] Windows (aarch64)
26+
- [ ] other: ...
27+
28+
---
29+
30+
Add a :+1: [reaction] to [pull requests you find important].
31+
32+
[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
33+
[pull requests you find important]: https://github.com/Tygo-van-den-Hurk/Slyde/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc

0 commit comments

Comments
 (0)