Merge pull request #1000 from teloxide/issue-template-fix

Fixup issue template
This commit is contained in:
Tima Kinsart 2024-02-08 19:26:30 +00:00 committed by GitHub
commit bfe9b94b87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
labels: K-bug
assignees: ''
---

View file

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: 'Feature Request: <feature>'
labels: feature-request
labels: K-feature-request
assignees: Hirrolot, WaffleLapkin
---

View file

@ -2,7 +2,7 @@
name: Parse error
about: Report issue with `teloxide` parsing of telegram response
title: 'Parse Error: <type or error description>'
labels: bug, FIXME, core
labels: K-bug, FIXME, C-core
assignees: WaffleLapkin
---

View file

@ -2,7 +2,7 @@
name: Unknown telegram error
about: You've found telegram error which is not known to teloxide
title: 'Unknown Error: <error description>'
labels: bug, good first issue, FIXME, core, Unknown API error
labels: K-bug, good first issue, FIXME, C-core, A-unknown-error, A-tba-errors
assignees: ''
---