Add some rules for pull requests
This commit is contained in:
parent
2e05989ee3
commit
7f934ae8c9
1 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,14 @@ Before opening a new issue, make sure that:
|
||||||
* You read the [README](README.md) and the [FAQ](resources/FAQ.md).
|
* You read the [README](README.md) and the [FAQ](resources/FAQ.md).
|
||||||
* You can provide **logs**.
|
* You can provide **logs**.
|
||||||
|
|
||||||
|
## Pull requests
|
||||||
|
|
||||||
|
Pull requests are welcome!
|
||||||
|
|
||||||
|
Please target the `develop` branch
|
||||||
|
and make sure the lint checks (`composer lint`)
|
||||||
|
and test (`composer test`) are passing.
|
||||||
|
|
||||||
## Translation
|
## Translation
|
||||||
|
|
||||||
If you want to help translating AllTube in your language,
|
If you want to help translating AllTube in your language,
|
||||||
|
|
Loading…
Reference in a new issue