From 5ef230359bb1d6d05295358d296aaf5ff74e7c32 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 20 Dec 2024 09:48:27 -0800 Subject: [PATCH] dev: PR template --- .github/pull_request_template.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..53ad087 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,28 @@ +# Description + +Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. + +Fixes # (issue) + +## Type of change + +- [ ] Bug fix +- [ ] New feature + +# How Has This Been Tested? + +Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. + +**Test Configuration**: +* Jellyfin server version: +* Jellyfin client: +* Client browser name and version: +* Device: + +# Checklist: + +- [ ] I have performed a self-review of my own code +- [ ] I have commented my code in hard-to-understand areas +- [ ] I have included relevant comparison screenshots where nececssary +- [ ] I have tested my changes on the TV layout and Default layout of Jellyfin +- [ ] I have also tested my changes on multiple devices and screen sizes