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 -