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.**