From 725a413aaf5b0816c395a29cb585930f05e0944e Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 16 Dec 2018 12:12:34 -0500 Subject: [PATCH] Updated Contributing to Jellyfin (markdown) --- Contributing-to-Jellyfin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing-to-Jellyfin.md b/Contributing-to-Jellyfin.md index 0193413..877480a 100644 --- a/Contributing-to-Jellyfin.md +++ b/Contributing-to-Jellyfin.md @@ -32,7 +32,7 @@ We adhere to a fairly standard fork-and-PR model of development: 3. Submit a pull request from your feature branch back to the upstream `develop` branch. PRs that target `master` will be changed to target `develop`, so please double-check this when submitting. -Please ensure you provide a detailed explanation, in each pull request discription, of what problems the PR solves (with action keywords ans links to issue numbers if at all possible), and how the PR solves them. This aids both in review, as well as in future understanding of why a given set of changes were made. +Please ensure you provide a detailed explanation, in each pull request discription, of what problems the PR solves (with action keywords ans links to issue numbers if at all possible), and how the PR solves them. This aids both in review, as well as in future understanding of why a given set of changes were made. More detail is always better here. All PRs to the `develop` branch require review by at least 1 member of the core team. Once that is done, if the PR is not tagged with the WIP label, it should be merged by the reviewer if able. We do however encourage reviews from any contributor as more eyes always helps.