From 4bdcd203fc47ecba62518f10db21210e84ba8016 Mon Sep 17 00:00:00 2001 From: Fabian Fett Date: Fri, 16 Jun 2023 20:01:56 +0200 Subject: [PATCH] Remove github funding and issue and pr template (#53) --- .github/FUNDING.yml | 1 - .github/issue_template.md | 5 ----- .github/pull_request_template.md | 3 --- 3 files changed, 9 deletions(-) delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/issue_template.md delete mode 100644 .github/pull_request_template.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index bb635ee..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -github: [mordil] diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 6d2e3fd..0000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,5 +0,0 @@ -## :warning: The GitHub repository is READ ONLY! :warning: - -**Please file an issue against the [source GitLab project](https://gitlab.com/Mordil/RediStack) instead.** - -**Issues created on the GitHub mirror will immediately be closed and not copied to the GitLab repo.** diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index df984f6..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,3 +0,0 @@ -## :warning: The GitHub repository is READ ONLY! :warning: - -**Please fork the [GitLab project](https://gitlab.com/Mordil/RediStack) and create a merge request there.**