Updated Contributing to Jellyfin (markdown)

Joshua M. Boniface
2019-01-03 15:42:11 -05:00
parent 1119180dc8
commit af9c4561bd

@@ -47,6 +47,7 @@ Jellyfin uses a "feature branch" model, though usually a feature branch is local
1. Make your changes and commits to this local feature branch, `git rebase`ing off of `dev` regularly, especially before submitting a PR.
1. Push up your local feature branch to your GitHub fork: ```git push --set-upstream origin my-feature```
1. On GitHub, create a new PR against the upstream `dev` branch.
1. Once the PR is merged, ensure you keep your local and fork branches up-to-date: ```git fetch --all && git checkout dev && git rebase upstream/dev && git push -u origin dev```
### CONTRIBUTORS.md