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.

https://git.minetest.land/Mineclonia/Mineclonia/pulls/56#issuecomment-22640
This commit is contained in:
E 2021-05-04 14:31:43 -04:00
parent 9875183a6f
commit 438e91d212
2 changed files with 0 additions and 17 deletions

View File

@ -2,20 +2,12 @@
name: "Bug Report"
about: "Use this for when something's broken."
title: "[unknown]: "
labels:
- bug
- 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?
<!-- Describe what's wrong. -->

View File

@ -2,21 +2,12 @@
name: "Feature Request"
about: "Mineclonia doesn't do something you need it to"
title: "[unknown]: "
labels:
- "missing feature"
- 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?
<!-- Describe what's wrong. -->