Improve issue templates

The bug report template was inspired by Godot's.

Using an empty template is no longer allowed to increase the likelihood
that people fill in the required fields when reporting bugs.
This commit is contained in:
Hugo Locurcio
2020-06-02 15:30:40 +02:00
parent fa3baf2841
commit 0909ebdb57
5 changed files with 34 additions and 13 deletions
-10
View File
@@ -1,10 +0,0 @@
---
name: Ask Question
about: Post a question
title: ''
labels: question
assignees: ''
---
+11
View File
@@ -0,0 +1,11 @@
---
name: Ask a question
about: Post a question about ArmorPaint
title: ''
labels: question
assignees: ''
---
<!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/armory3d/armorpaint/issues?q=is%3Aissue
-->
+18 -1
View File
@@ -7,4 +7,21 @@ assignees: ''
--- ---
*Please specify your ArmorPaint version and OS.* <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/armory3d/armorpaint/issues?q=is%3Aissue
-->
**ArmorPaint version:**
<!-- Specify commit hash if using non-official build. -->
**OS/device including version:**
<!-- Specify GPU model, drivers, and the backend (non-DXR or DXR) if graphics-related. -->
**Issue description:**
<!-- What happened, and what was expected. -->
**Steps to reproduce:**
<!-- If needed, include screenshots by drag and dropping them. -->
+2
View File
@@ -0,0 +1,2 @@
# Disallow blank issues to make sure people follow one of the templates.
blank_issues_enabled: false
+3 -2
View File
@@ -4,7 +4,8 @@ about: Create a feature request
title: '' title: ''
labels: feature request labels: feature request
assignees: '' assignees: ''
--- ---
<!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/armory3d/armorpaint/issues?q=is%3Aissue
-->