From 5b9f0b9e23015a4e950338be147bc28f452cba6d Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Fri, 29 Sep 2023 18:04:47 +0200 Subject: [PATCH] Suggest opening a PR in the issue template (#8081) --- .github/ISSUE_TEMPLATE/issue.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 99c779c12689e..7352f4106e98a 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -1,6 +1,10 @@ name: 🐞 Documentation Issue description: Missing, incorrect, unclear documentation or code samples. body: + - type: markdown + attributes: + value: |- + Is the documentation issue something you know how to fix? Consider contributing to Open Source by opening a PR to fix it instead! - type: dropdown id: area attributes: @@ -39,4 +43,3 @@ body: Check our [triage docs](https://open.sentry.io/triage/) for what to expect next. validations: required: false -