From 864d305aa8dd8226777b075d66d294d5bf6fa44f Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Mon, 16 Dec 2019 00:10:24 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/add-new-library-to-this-list.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/add-xxx.md | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/add-new-library-to-this-list.md create mode 100644 .github/ISSUE_TEMPLATE/add-xxx.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 new file mode 100644 index 0000000..eba33ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add-new-library-to-this-list.md @@ -0,0 +1,10 @@ +--- +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 new file mode 100644 index 0000000..585f491 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add-xxx.md @@ -0,0 +1,10 @@ +--- +name: Add XXX +about: Add new item to the list +title: '' +labels: '' +assignees: '' + +--- + +**Please open a Pull Request instead.**