mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Merge pull request #375 from teloxide/issue-template-change-labels
Update issue templates
This commit is contained in:
commit
8f53e5e8d6
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
|
||||
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
|
||||
|
||||
---
|
||||
|
|
|
@ -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: ''
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue