dev: remove placeholder titles form issue forms
Too many people not modifying the title and now my inbox is full of "Briefly summarize your issue" issues. At least when it's blank by default, Github won't let you submit it until you fill it out.
This commit is contained in:
parent
14f9289998
commit
c0c64738cb
3 changed files with 0 additions and 3 deletions
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
name: 📝 Bug Report
|
name: 📝 Bug Report
|
||||||
description: Report a bug, error, or misbehavior
|
description: Report a bug, error, or misbehavior
|
||||||
title: Briefly summarize your issue here
|
|
||||||
labels: ["1. bug", "needs-triage"]
|
labels: ["1. bug", "needs-triage"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/bump_request.yml
vendored
1
.github/ISSUE_TEMPLATE/bump_request.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
name: 📝 Bump Package
|
name: 📝 Bump Package
|
||||||
description: Request a pinned package be updated
|
description: Request a pinned package be updated
|
||||||
title: "[BUMP] package1, package2, ..."
|
|
||||||
labels: ["1. update", "needs-triage"]
|
labels: ["1. update", "needs-triage"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
name: 📝 Feature Request
|
name: 📝 Feature Request
|
||||||
description: Propose a new idea or feature
|
description: Propose a new idea or feature
|
||||||
title: Briefly summarize your request here
|
|
||||||
labels: ["1. request", "needs-triage"]
|
labels: ["1. request", "needs-triage"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue