diff --git a/.github/ISSUE_TEMPLATE/an-error-occurred-while-parsing-the-item.md b/.github/ISSUE_TEMPLATE/an-error-occurred-while-parsing-the-item.md index c6389302..f47a2e23 100644 --- a/.github/ISSUE_TEMPLATE/an-error-occurred-while-parsing-the-item.md +++ b/.github/ISSUE_TEMPLATE/an-error-occurred-while-parsing-the-item.md @@ -1,14 +1,14 @@ --- name: An error occurred while parsing the item about: This is probably a bug and you can report it on GitHub. -title: '' -labels: '' +title: "[Parse Error] - item name here" +labels: bug, parse error assignees: '' --- ## Parse Error -***Put name of item here*** +***Put name of item here, and in the title*** ### Item Text ***Please provide the item's description*** diff --git a/.github/ISSUE_TEMPLATE/something-broken-in-poe2.md b/.github/ISSUE_TEMPLATE/something-broken-in-poe2.md index c1748242..defecda4 100644 --- a/.github/ISSUE_TEMPLATE/something-broken-in-poe2.md +++ b/.github/ISSUE_TEMPLATE/something-broken-in-poe2.md @@ -1,7 +1,7 @@ --- name: Something Broken in PoE2 about: Use this for things that worked in PoE 1 and do not in PoE 2 -title: "[PoE2]" +title: "[PoE2] - Summary" labels: bug assignees: Kvan7 diff --git a/.github/ISSUE_TEMPLATE/unknown-item.md b/.github/ISSUE_TEMPLATE/unknown-item.md index 93027d57..106a0d96 100644 --- a/.github/ISSUE_TEMPLATE/unknown-item.md +++ b/.github/ISSUE_TEMPLATE/unknown-item.md @@ -2,14 +2,14 @@ name: Unknown Item about: If this Item was introduced in this League, it will likely be supported in the next app update. -title: "[Item Missing] - item name here" +title: "[Unknown Item] - item name here" labels: bug, missing item assignees: '' --- ## Unknown Item -***Put name of item here*** +***Put name of item here, and in the title*** ### Item Text ***Please provide the item's description***