forked from Mineclonia/Mineclonia
project: remove [unknown] tag from issue templates
Reporters aren't expected to know the layout of the mods, and having the tag in the title may be confusing. Mineclonia/Mineclonia#56 (comment)
This commit is contained in:
parent
9875183a6f
commit
438e91d212
|
@ -2,20 +2,12 @@
|
||||||
|
|
||||||
name: "Bug Report"
|
name: "Bug Report"
|
||||||
about: "Use this for when something's broken."
|
about: "Use this for when something's broken."
|
||||||
title: "[unknown]: "
|
|
||||||
labels:
|
labels:
|
||||||
- bug
|
- bug
|
||||||
- unconfirmed
|
- unconfirmed
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
|
||||||
If you know which mod is having a problem, please change
|
|
||||||
`[unknown]` in the title to the path for that mod. For
|
|
||||||
example, if your banners are disappearing, replace the
|
|
||||||
title with `items/mcl_banners: banners disappear`
|
|
||||||
-->
|
|
||||||
|
|
||||||
## What happened?
|
## What happened?
|
||||||
|
|
||||||
<!-- Describe what's wrong. -->
|
<!-- Describe what's wrong. -->
|
||||||
|
|
|
@ -2,21 +2,12 @@
|
||||||
|
|
||||||
name: "Feature Request"
|
name: "Feature Request"
|
||||||
about: "Mineclonia doesn't do something you need it to"
|
about: "Mineclonia doesn't do something you need it to"
|
||||||
title: "[unknown]: "
|
|
||||||
labels:
|
labels:
|
||||||
- "missing feature"
|
- "missing feature"
|
||||||
- unconfirmed
|
- unconfirmed
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
|
||||||
If you know which mod needs to be changed, please replace
|
|
||||||
`[unknown]` in the title to the path for that mod. For
|
|
||||||
example, if you need the ability to keep banners still,
|
|
||||||
replace the title with
|
|
||||||
`items/mcl_banners: option to keep banners from waving`
|
|
||||||
-->
|
|
||||||
|
|
||||||
## What needs to change?
|
## What needs to change?
|
||||||
|
|
||||||
<!-- Describe what's wrong. -->
|
<!-- Describe what's wrong. -->
|
||||||
|
|
Loading…
Reference in New Issue