From 7f934ae8c9c13406223a394fa09047c89106f0bb Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 27 Sep 2020 17:52:27 +0200 Subject: [PATCH] Add some rules for pull requests --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0149a6e..313da1f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 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 If you want to help translating AllTube in your language,