Skip to content

Commit 4e1010b

Browse files
Merge pull request #1230 from jellyfin/nvv-pr-template
Add pull request template
2 parents 3d759cb + 5fcec2c commit 4e1010b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y).
3+
For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our https://jellyfin.org/docs/general/contributing/issues/ page.
4+
-->
5+
6+
**Changes**
7+
<!-- Describe your changes here in 1-5 sentences. -->
8+
9+
**Code assistance**
10+
<!-- If code assistance was used, describe how it contributed
11+
e.g., code generated by LLM, explanation of code base, debugging guidance. -->
12+
13+
**Issues**
14+
<!-- Tag any issues that this PR solves here.
15+
ex. Fixes # -->

0 commit comments

Comments
 (0)