mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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
|
||||
|
1
.github/ISSUE_TEMPLATE/bump_request.yml
vendored
1
.github/ISSUE_TEMPLATE/bump_request.yml
vendored
@ -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
|
||||
|
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user