Remove placeholders title from issue templates

We had a few reports where the title was missing recently
This commit is contained in:
Bruno Alla 2020-10-01 18:15:48 +01:00
parent ef48467458
commit a9482aec2c
4 changed files with 0 additions and 7 deletions

View File

@ -1,7 +1,6 @@
--- ---
name: Bug Report name: Bug Report
about: Report a bug about: Report a bug
title: '[bug]'
labels: bug labels: bug
--- ---

View File

@ -1,7 +1,6 @@
--- ---
name: New Feature Proposal name: New Feature Proposal
about: Propose a new feature about: Propose a new feature
title: '[feature request]'
labels: enhancement labels: enhancement
--- ---

View File

@ -1,10 +1,6 @@
--- ---
name: Paid Support Request name: Paid Support Request
about: Ask Core Team members to help you out about: Ask Core Team members to help you out
title: ''
labels: ''
assignees: ''
--- ---
Provided your question goes beyond [regular support](https://github.com/pydanny/cookiecutter-django/issues/new?template=question.md), and/or the task at hand is of timely/high priority nature use the below information to reach out for contributors directly. Provided your question goes beyond [regular support](https://github.com/pydanny/cookiecutter-django/issues/new?template=question.md), and/or the task at hand is of timely/high priority nature use the below information to reach out for contributors directly.

View File

@ -1,7 +1,6 @@
--- ---
name: Question name: Question
about: Please consider asking your question on StackOverflow or Slack about: Please consider asking your question on StackOverflow or Slack
title: '[question]'
labels: question labels: question
--- ---