remove automatic title assignment from issue templates, prevent users submitting default title. (#976)

This commit is contained in:
David Frank 2020-10-18 19:33:06 +08:00 committed by GitHub
parent cbd4d89576
commit 0d35ddbf73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 7 deletions

View File

@ -1,7 +1,6 @@
---
name: 🐞 Bug report
about: Create a report to help us improve node-fetch
title: "Bug: "
labels: bug
---

View File

@ -1,10 +1,7 @@
---
name: '✨ Feature Request'
about: Suggest an idea or feature
title: 'Feature request: '
labels: feature
assignees: ''
---
**Is your feature request related to a problem? Please describe.**

View File

@ -1,10 +1,7 @@
---
name: "\U0001F914 Support or Usage Question"
about: Get help using node-fetch
title: 'Question: '
labels: question
assignees: ''
---
<!--