From 64b5a84633ea69d59a0a8d1dc2f56c23296010a7 Mon Sep 17 00:00:00 2001 From: iveshu Date: Mon, 22 Jun 2020 20:20:23 +0800 Subject: [PATCH] update --- .../ISSUE_TEMPLATE/add-new-library-to-this-list.md | 10 ---------- .github/ISSUE_TEMPLATE/add-xxx.md | 10 ---------- .github/PULL_REQUEST_TEMPLATE.md | 11 ----------- 3 files changed, 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/add-new-library-to-this-list.md delete mode 100644 .github/ISSUE_TEMPLATE/add-xxx.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/add-new-library-to-this-list.md b/.github/ISSUE_TEMPLATE/add-new-library-to-this-list.md deleted file mode 100644 index eba33ff62..000000000 --- a/.github/ISSUE_TEMPLATE/add-new-library-to-this-list.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Add new library to this list -about: '' -title: '' -labels: '' -assignees: '' - ---- - -**Please open a Pull Request instead.** diff --git a/.github/ISSUE_TEMPLATE/add-xxx.md b/.github/ISSUE_TEMPLATE/add-xxx.md deleted file mode 100644 index 585f4919e..000000000 --- a/.github/ISSUE_TEMPLATE/add-xxx.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Add XXX -about: Add new item to the list -title: '' -labels: '' -assignees: '' - ---- - -**Please open a Pull Request instead.** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index fdacb788a..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,11 +0,0 @@ -## What is this Python project? - -Describe features. - -## What's the difference between this Python project and similar ones? - -Enumerate comparisons. - --- - -Anyone who agrees with this pull request could submit an *Approve* review to it.