mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Update issue templates
Change labels for `Parse error` and `Unknown telegram error` templates
This commit is contained in:
parent
8d8041ad6d
commit
6352698655
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/parse-error.md
vendored
2
.github/ISSUE_TEMPLATE/parse-error.md
vendored
|
@ -2,7 +2,7 @@
|
||||||
name: Parse error
|
name: Parse error
|
||||||
about: Report issue with `teloxide` parsing of telegram response
|
about: Report issue with `teloxide` parsing of telegram response
|
||||||
title: 'Parse Error: <type or error description>'
|
title: 'Parse Error: <type or error description>'
|
||||||
labels: FIXME, bug
|
labels: bug, FIXME, core
|
||||||
assignees: WaffleLapkin
|
assignees: WaffleLapkin
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name: Unknown telegram error
|
name: Unknown telegram error
|
||||||
about: You've found telegram error which is not known to teloxide
|
about: You've found telegram error which is not known to teloxide
|
||||||
title: 'Unknown Error: <error description>'
|
title: 'Unknown Error: <error description>'
|
||||||
labels: FIXME, bug, good first issue
|
labels: bug, good first issue, FIXME, core, Unknown API error
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue