From e185c6c8a6803c27df555ebadf0ba39895989d32 Mon Sep 17 00:00:00 2001 From: Waffle Maybe Date: Tue, 23 Jan 2024 14:35:37 +0100 Subject: [PATCH 1/4] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f6b479f7..d46162ce 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: 'Feature Request: ' -labels: feature-request +labels: K-feature-request assignees: Hirrolot, WaffleLapkin --- From e22d8623d7c443d25126608b215fefb52927f876 Mon Sep 17 00:00:00 2001 From: Waffle Maybe Date: Tue, 23 Jan 2024 14:37:54 +0100 Subject: [PATCH 2/4] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4e5d23b5..f5b9076c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: bug +labels: K-bug assignees: '' --- From 425a49dafa9fae328b72f8a78114e6df82c33ac9 Mon Sep 17 00:00:00 2001 From: Waffle Maybe Date: Tue, 23 Jan 2024 14:39:51 +0100 Subject: [PATCH 3/4] Update parse-error.md --- .github/ISSUE_TEMPLATE/parse-error.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/parse-error.md b/.github/ISSUE_TEMPLATE/parse-error.md index b5606563..6a7b7766 100644 --- a/.github/ISSUE_TEMPLATE/parse-error.md +++ b/.github/ISSUE_TEMPLATE/parse-error.md @@ -2,7 +2,7 @@ name: Parse error about: Report issue with `teloxide` parsing of telegram response title: 'Parse Error: ' -labels: bug, FIXME, core +labels: K-bug, FIXME, C-core assignees: WaffleLapkin --- From ddf00e6bf3ceaa7f867045ca5f4e2be0a4e2aa91 Mon Sep 17 00:00:00 2001 From: Waffle Maybe Date: Tue, 23 Jan 2024 14:40:51 +0100 Subject: [PATCH 4/4] Update unknown-telegram-error.md --- .github/ISSUE_TEMPLATE/unknown-telegram-error.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/unknown-telegram-error.md b/.github/ISSUE_TEMPLATE/unknown-telegram-error.md index 6421b271..4e15b76a 100644 --- a/.github/ISSUE_TEMPLATE/unknown-telegram-error.md +++ b/.github/ISSUE_TEMPLATE/unknown-telegram-error.md @@ -2,7 +2,7 @@ name: Unknown telegram error about: You've found telegram error which is not known to teloxide title: 'Unknown Error: ' -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: '' ---