diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug.md | 3 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 2f3e4478..d300ee34 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -33,3 +33,6 @@ 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 3666d865..290f0414 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -19,3 +19,6 @@ 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. |