mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Remove placeholders title from issue templates
We had a few reports where the title was missing recently
This commit is contained in:
parent
ef48467458
commit
a9482aec2c
1
.github/ISSUE_TEMPLATE/bug.md
vendored
1
.github/ISSUE_TEMPLATE/bug.md
vendored
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: Report a bug
|
||||
title: '[bug]'
|
||||
labels: bug
|
||||
---
|
||||
|
||||
|
|
1
.github/ISSUE_TEMPLATE/feature.md
vendored
1
.github/ISSUE_TEMPLATE/feature.md
vendored
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
name: New Feature Proposal
|
||||
about: Propose a new feature
|
||||
title: '[feature request]'
|
||||
labels: enhancement
|
||||
---
|
||||
|
||||
|
|
4
.github/ISSUE_TEMPLATE/paid-support.md
vendored
4
.github/ISSUE_TEMPLATE/paid-support.md
vendored
|
@ -1,10 +1,6 @@
|
|||
---
|
||||
name: Paid Support Request
|
||||
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.
|
||||
|
|
1
.github/ISSUE_TEMPLATE/question.md
vendored
1
.github/ISSUE_TEMPLATE/question.md
vendored
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
name: Question
|
||||
about: Please consider asking your question on StackOverflow or Slack
|
||||
title: '[question]'
|
||||
labels: question
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user