diff options
author | louiz’ <louiz@louiz.org> | 2019-11-03 16:35:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-03 16:35:48 +0100 |
commit | 3e8ce7704812fb534617d422a9e20b9fcb169ef1 (patch) | |
tree | 2bfedc1d43b17dc5adff73ee681d36ba5563d2b7 | |
parent | 33ef0331e9a93da6d7412249539379891a97316b (diff) | |
download | poezio-3e8ce7704812fb534617d422a9e20b9fcb169ef1.tar.gz poezio-3e8ce7704812fb534617d422a9e20b9fcb169ef1.tar.bz2 poezio-3e8ce7704812fb534617d422a9e20b9fcb169ef1.tar.xz poezio-3e8ce7704812fb534617d422a9e20b9fcb169ef1.zip |
Create a pull request template
To redirect people on gitlab.
-rw-r--r-- | .github/pull_request_template.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..cd50ef46 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +Please use Gitlab instead of Github +################################### + +Hello, thank you for contributing to poezio! + +You’re about to open a pull request on github. However this github repository is *not* the official +place for contributions on poezio. + +Please open your merge request on https://lab.louiz.org/poezio/poezio/ + +You should be able to log in there with your github credentials, clone the poezio repository in your namespace, +push your existing pull request into a new branch, and then open a merge request with one click, within 3 minutes. + +This will help us review your contribution, avoid spreading things everywhere and it will even run the tests +automatically with your changes. + +Thank you. |