mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-23 07:38:58 +01:00
Update Issue Templates to Use Issue Types (#4553)
This commit is contained in:
parent
032a859149
commit
7a8f4412b2
3 changed files with 3 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Create a report to help us improve
|
description: Create a report to help us improve
|
||||||
title: "[BUG]"
|
|
||||||
labels: ["📋 triage"]
|
labels: ["📋 triage"]
|
||||||
|
type: '🐛 bug'
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
title: "[FEATURE]"
|
|
||||||
labels: ["📋 triage"]
|
labels: ["📋 triage"]
|
||||||
|
type: '💡 feature'
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/question.yml
vendored
2
.github/ISSUE_TEMPLATE/question.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Question
|
name: Question
|
||||||
description: Get help with errors or general questions
|
description: Get help with errors or general questions
|
||||||
title: "[QUESTION]"
|
|
||||||
labels: ["question"]
|
labels: ["question"]
|
||||||
|
type: '❔ question'
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
Loading…
Reference in a new issue