From cf3b30120ed90db365909e77bf48033704154776 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 11 Dec 2024 22:18:06 +0100 Subject: [PATCH] repo: remove github pull request template codeberg annoyingly picks it up, which creates confusion for contributors --- .github/pull_request_template.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 50ea54cb..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,13 +0,0 @@ -################ Please use Gitlab instead of Github ################################### - -Hello, thank you for contributing to slixmpp! - -You’re about to open a pull request on github. However this github repository is not the official place for contributions on slixmpp. - -Please open your merge request on https://lab.louiz.org/poezio/slixmpp/ - -You should be able to log in there with your github credentials, clone the slixmpp 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.