mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-11 09:13:54 -04:00
Updated Contributing to Jellyfin (markdown)
parent
cb8b39e40f
commit
093e7453c8
@ -59,7 +59,7 @@ When submitting a new PR, please ensure you do the following things. If you have
|
||||
* For anything but the most trivial changes that can be described fully in the title, write a PR body to describe, in as much detail as possible:
|
||||
1. *Why* the changes are being made. Reference specific issues with keywords (`fixes`, `closes`, `addresses`, etc.) if at all possible.
|
||||
1. *How*, in broad strokes, you approached the issue (if applicable) and briefly describe the changes, especially for large PRs.
|
||||
* Manually update the target branch from `master` to `dev`; PRs against `master` are only considered in the most exceptional circumstances and all new work should go to `dev`. GitHub does not know this, so you must be explicit with every PR.
|
||||
* Manually update the target branch from `master` to `dev`; PRs against `master` are only considered in the most exceptional circumstances and all new work should go to `dev`. We intentionally keep `master` as the main face of the code on GitHub, so this must be done manually for each PR. Don't worry if you forget; this will be corrected before merging.
|
||||
* Expect review and discussion. If you can't back up your changes with a good description and through review, please reconsider whether it should be done at all. All PRs to `dev` require at least one approving review from an administrative team member, however we welcome and encourage reviews from any contributor, especially if it's in an area you are knowledgeable in. More eyes are always better.
|
||||
|
||||
## The Master branch
|
||||
|
Loading…
x
Reference in New Issue
Block a user