From 40edb0b55f17458c7fa992650014d3fa00ea310e Mon Sep 17 00:00:00 2001 From: IgnatBeresnev Date: Wed, 20 Dec 2023 17:56:05 +0100 Subject: [PATCH] Update GitHub issue templates --- .github/ISSUE_TEMPLATE/bug.md | 3 --- .github/ISSUE_TEMPLATE/feature_request.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index d300ee3446..2f3e44781f 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -33,6 +33,3 @@ Configuration of dokka used to reproduce the bug **Additional context** Add any other context about the problem here - -**Are you willing to provide a PR?** -Providing a PR can drastically speed up the process of fixing this bug diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 290f041483..3666d86507 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -19,6 +19,3 @@ A clear and concise description of any alternative solutions or features you've **Additional context** Add any other context or screenshots about the feature request here - -**Are you willing to provide a PR?** -Providing a PR can drastically speed up the process of introducing this feature.