remove prefix for issue title, so users need to input the title

This commit is contained in:
Louis Lam 2021-11-05 11:34:50 +08:00
parent c5e6628803
commit 210566c7af
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
name: "❓ Ask for help" name: "❓ Ask for help"
description: "Submit any question related to Uptime Kuma" description: "Submit any question related to Uptime Kuma"
title: "[Help] " #title: "[Help] "
labels: [help] labels: [help]
body: body:
- type: checkboxes - type: checkboxes

View File

@ -1,6 +1,6 @@
name: "🐛 Bug Report" name: "🐛 Bug Report"
description: "Submit a bug report to help us improve" description: "Submit a bug report to help us improve"
title: "[Bug] " #title: "[Bug] "
labels: [bug] labels: [bug]
body: body:
- type: checkboxes - type: checkboxes

View File

@ -1,6 +1,6 @@
name: 🚀 Feature Request name: 🚀 Feature Request
description: "Submit a proposal for a new feature" description: "Submit a proposal for a new feature"
title: "[Feature] " #title: "[Feature] "
labels: [enhancement] labels: [enhancement]
body: body:
- type: checkboxes - type: checkboxes