Browse Source

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

pull/815/head^2
Louis Lam 3 years ago
parent
commit
210566c7af
  1. 2
      .github/ISSUE_TEMPLATE/ask-for-help.yaml
  2. 2
      .github/ISSUE_TEMPLATE/bug_report.yaml
  3. 2
      .github/ISSUE_TEMPLATE/feature_request.yaml

2
.github/ISSUE_TEMPLATE/ask-for-help.yaml

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

2
.github/ISSUE_TEMPLATE/bug_report.yaml

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

2
.github/ISSUE_TEMPLATE/feature_request.yaml

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

Loading…
Cancel
Save