From c0c64738cb7c49d0e6dfd0ff8eea7ea8cd08d447 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 12 Aug 2021 19:29:40 -0400 Subject: [PATCH] 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. --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - .github/ISSUE_TEMPLATE/bump_request.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5b2b38a17..062b7a59b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bump_request.yml b/.github/ISSUE_TEMPLATE/bump_request.yml index fac875b94..c6edc5018 100644 --- a/.github/ISSUE_TEMPLATE/bump_request.yml +++ b/.github/ISSUE_TEMPLATE/bump_request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 29de2c769..17042c1ef 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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