Restructure issue templates

This commit is contained in:
JannisX11 2021-07-18 14:26:05 +02:00
parent 583ac4da50
commit 7dc40d95c4
4 changed files with 28 additions and 11 deletions

View File

@ -1,11 +0,0 @@
[!] Before you report an issue, check if if has already been reported. Also check if you are using the latest version of Blockbench.
[!] Prefix the title of your issue with [Issue] or [Suggestion]
[!] If you are having an issue, please press "Ctrl + Shift + i" and click on console. If there are any (red) error messages, please attach a screenshot of the console to your issue.
For issues, please provide the following informations:
- Detailed description of your issue
- Model format in which the issue occurs
For issues that are related to installation, opening/closing, import/export or other platform specific actions, please provide these informations:
- Blockbench variant (Webapp/Desktop)
- Operating System

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Blockbench Discord server
url: http://discord.blockbench.net
about: If you need help with modeling or implementing models into your project, please ask on the Discord server instead of opening an issue.

15
.github/ISSUE_TEMPLATE/issue.md vendored Normal file
View File

@ -0,0 +1,15 @@
---
name: Bug/Issue
about: Use this template to report issues that occur when using Blockbench
title: "[Issue] Issue summary"
---
[!] Before you report an issue, check if if has already been reported.
[!] Also check if you are using the latest version of Blockbench.
[!] If applicable, please go to Help > Developer > Open Dev Tools. Switch to the Console tab. If there are any (red) error messages, please attach a screenshot of them.
Please make sure to provide the following informations:
- Detailed description of your issue
- Model format in which the issue occurs
- Blockbench variant (Website / PWA / Program)
- Operating System

8
.github/ISSUE_TEMPLATE/suggestion.md vendored Normal file
View File

@ -0,0 +1,8 @@
---
name: Suggestion
about: Use this template to suggest features or improvements for Blockbench
title: "[Suggestion] Suggestion summary"
---
[!] Please provide a detailed description of your suggestion.
[!] Before submissing a suggestion, please check if it has already been suggested.