From 559ed0a7bdde9d372c3ab1c7802888419064690d Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Sun, 16 Jan 2022 22:11:59 +0300 Subject: [PATCH] Remove "rustc version" from issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ----- .github/ISSUE_TEMPLATE/parse-error.md | 5 ----- .github/ISSUE_TEMPLATE/unknown-telegram-error.md | 5 ----- 3 files changed, 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bd3d7995..4e5d23b5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,8 +18,3 @@ Instead, this happened: _explanation_ ## Meta - `teloxide` version: -- rustc version: - ``` - - ``` - diff --git a/.github/ISSUE_TEMPLATE/parse-error.md b/.github/ISSUE_TEMPLATE/parse-error.md index 641c99e4..b5606563 100644 --- a/.github/ISSUE_TEMPLATE/parse-error.md +++ b/.github/ISSUE_TEMPLATE/parse-error.md @@ -19,11 +19,6 @@ When using `<...>` method I've got `RequestError::InvalidJson` error with the f ## Meta - `teloxide` version: -- rustc version: - ``` - - ``` - ### Additional context diff --git a/.github/ISSUE_TEMPLATE/unknown-telegram-error.md b/.github/ISSUE_TEMPLATE/unknown-telegram-error.md index 98ab04dd..6421b271 100644 --- a/.github/ISSUE_TEMPLATE/unknown-telegram-error.md +++ b/.github/ISSUE_TEMPLATE/unknown-telegram-error.md @@ -19,11 +19,6 @@ When using `<...>` method I've got `ApiError::Unknown` error with the following ## Meta - `teloxide` version: -- rustc version: - ``` - - ``` - ### Additional context