From cf3aa6a08e1ed5bd4e20165a346c67f15be368af Mon Sep 17 00:00:00 2001 From: s1n Date: Thu, 1 Aug 2019 15:07:51 -0700 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/addon-request.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/texture-request.md | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/addon-request.md create mode 100644 .github/ISSUE_TEMPLATE/texture-request.md diff --git a/.github/ISSUE_TEMPLATE/addon-request.md b/.github/ISSUE_TEMPLATE/addon-request.md new file mode 100644 index 0000000..cecd2bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/addon-request.md @@ -0,0 +1,17 @@ +--- +name: Addon request +about: Suggest an addon for this project. +title: "[ADDON]" +labels: '' +assignees: '' + +--- + +**Is your addon request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the addon you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/texture-request.md b/.github/ISSUE_TEMPLATE/texture-request.md new file mode 100644 index 0000000..6b3d06e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/texture-request.md @@ -0,0 +1,17 @@ +--- +name: Texture request +about: Suggest a texure for this project. +title: "[TEXURE]" +labels: '' +assignees: '' + +--- + +**Is your texture request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the texture you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. -- cgit v1.2.3