Added code contribution info link
parent
ce914618b9
commit
1e4135a08f
|
@ -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
|
2. Wait for a maintainer review
|
||||||
3. Do the requested changes, and answer any questions raised by the reviewer(s)
|
3. Do the requested changes, and answer any questions raised by the reviewer(s)
|
||||||
4. Rebase on `dev` if necessary:
|
4. Rebase on `dev` if necessary:
|
||||||
|
@ -13,3 +13,5 @@ $ # Check if everything works, and no tests fail.
|
||||||
$ git push --force
|
$ git push --force
|
||||||
$ # WARNING: it will push your local changes and erase the difference. It is needed after a rebase.
|
$ # WARNING: it will push your local changes and erase the difference. It is needed after a rebase.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For more information, see https://github.com/TeamNewPipe/NewPipe/blob/dev/.github/CONTRIBUTING.md#code-contribution.
|
Loading…
Reference in New Issue