]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
make this link optional
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Feb 2023 20:25:46 +0000 (15:25 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Feb 2023 20:25:46 +0000 (15:25 -0500)
it's too much to require it

Change-Id: I567ba7423a37924666aa821521fad7fe3764e506

.github/ISSUE_TEMPLATE/bug_report.yaml

index 62b8eaa8d379069ec80d26877c4e2c3bcda522d7..8c68d52fdc1ad7d0aecae1161aedab80855154ae 100644 (file)
@@ -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