From 4ed02d9ea2b526aa4e3825c098f9dfb42d9f45f8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 7 Feb 2023 15:25:46 -0500 Subject: [PATCH] make this link optional it's too much to require it Change-Id: I567ba7423a37924666aa821521fad7fe3764e506 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 62b8eaa8d3..8c68d52fdc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -62,7 +62,7 @@ of [well written bug reports](https://github.com/sqlalchemy/sqlalchemy/issues?q= - type: input id: relevant_documentation attributes: - label: Link from https://docs.sqlalchemy.org which documents the behavior that is expected + label: Optional link from https://docs.sqlalchemy.org which documents the behavior that is expected description: " Please make sure the behavior you are seeing is definitely in contradiction to what's documented as the correct behavior. If unsure, open a @@ -70,7 +70,7 @@ to what's documented as the correct behavior. If unsure, open a instead. " validations: - required: true + required: false - type: input id: sqlalchemy_version -- 2.47.3