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:
@@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
name: Ask Question
|
|
||||||
about: Post a question
|
|
||||||
title: ''
|
|
||||||
labels: question
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
@@ -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
|
||||||
|
-->
|
||||||
@@ -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. -->
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# Disallow blank issues to make sure people follow one of the templates.
|
||||||
|
blank_issues_enabled: false
|
||||||
@@ -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
|
||||||
|
-->
|
||||||
|
|||||||
Reference in New Issue
Block a user