diff options
| author | s1n <[email protected]> | 2019-08-01 15:07:51 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-01 15:07:51 -0700 |
| commit | cf3aa6a08e1ed5bd4e20165a346c67f15be368af (patch) | |
| tree | 91739943a09be7700bd86a84bd27f1a2ed9141a9 | |
| parent | Create CONTRIBUTING.md (diff) | |
| download | s1ns-private-cf3aa6a08e1ed5bd4e20165a346c67f15be368af.tar.xz s1ns-private-cf3aa6a08e1ed5bd4e20165a346c67f15be368af.zip | |
Update issue templates
| -rw-r--r-- | .github/ISSUE_TEMPLATE/addon-request.md | 17 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/texture-request.md | 17 |
2 files changed, 34 insertions, 0 deletions
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. |