Update issue templates

Change labels for `Parse error` and `Unknown telegram error` templates
This commit is contained in:
Waffle Lapkin 2021-04-27 19:10:24 +03:00 committed by GitHub
parent 8d8041ad6d
commit 6352698655
2 changed files with 2 additions and 2 deletions

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: FIXME, bug
labels: bug, FIXME, 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: FIXME, bug, good first issue
labels: bug, good first issue, FIXME, core, Unknown API error
assignees: ''
---