From: Mike Bayer Date: Tue, 7 Feb 2023 20:25:46 +0000 (-0500) Subject: make this link optional X-Git-Tag: rel_2_0_3~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ed02d9ea2b526aa4e3825c098f9dfb42d9f45f8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git make this link optional it's too much to require it Change-Id: I567ba7423a37924666aa821521fad7fe3764e506 --- 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