diff --git a/How-to-get-your-PR-merged.md b/How-to-get-your-PR-merged.md index a264f49..7c896e2 100644 --- a/How-to-get-your-PR-merged.md +++ b/How-to-get-your-PR-merged.md @@ -1,4 +1,4 @@ -1. Create you PR (ideally ask in an issue if that is a good idea what you want to do) +1. Create your PR (ideally ask in an issue if that is a good idea what you want to do) 2. Wait for a maintainer review 3. Do the requested changes, and answer any questions raised by the reviewer(s) 4. Rebase on `dev` if necessary: @@ -12,4 +12,6 @@ $ git rebase --continue $ # Check if everything works, and no tests fail. $ git push --force $ # WARNING: it will push your local changes and erase the difference. It is needed after a rebase. -``` \ No newline at end of file +``` + +For more information, see https://github.com/TeamNewPipe/NewPipe/blob/dev/.github/CONTRIBUTING.md#code-contribution. \ No newline at end of file