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:
Henrik Lissner 2021-08-12 19:29:40 -04:00
parent 14f9289998
commit c0c64738cb
3 changed files with 0 additions and 3 deletions

View file

@ -1,7 +1,6 @@
---
name: 📝 Bug Report
description: Report a bug, error, or misbehavior
title: Briefly summarize your issue here
labels: ["1. bug", "needs-triage"]
body:
- type: markdown

View file

@ -1,7 +1,6 @@
---
name: 📝 Bump Package
description: Request a pinned package be updated
title: "[BUMP] package1, package2, ..."
labels: ["1. update", "needs-triage"]
body:
- type: markdown

View file

@ -1,7 +1,6 @@
---
name: 📝 Feature Request
description: Propose a new idea or feature
title: Briefly summarize your request here
labels: ["1. request", "needs-triage"]
body:
- type: markdown