Skip to content

Commit 3c53895

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

File tree

1 file changed

+34
-0
lines changed

1 file changed

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