diff options
author | CraftedRO <24683355+CraftedRO@users.noreply.github.com> | 2025-02-17 16:58:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-17 15:58:29 +0100 |
commit | c73f36d23e68e2684c97dfc9f283aa40b4297a70 (patch) | |
tree | 6b908a656b741adbd594803033cdadce138d448c | |
parent | b80295744f9046a04c7737d533aea26aa206c41e (diff) |
Update SQL fix issue template description (#30693)
-rw-r--r-- | .github/ISSUE_TEMPLATE/sql_fix.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/sql_fix.yml b/.github/ISSUE_TEMPLATE/sql_fix.yml index 180a82d9623..0f4a103ce37 100644 --- a/.github/ISSUE_TEMPLATE/sql_fix.yml +++ b/.github/ISSUE_TEMPLATE/sql_fix.yml @@ -36,7 +36,10 @@ body: id: fix attributes: label: SQL fix - description: This field will be formatted automatically as SQL code block, no need to include \`\`\`sql + description: | + This field will be formatted automatically as SQL code block, no need to include \`\`\`sql + + For large sql fixes please use https://gist.github.com/ then just paste the provided link in the following field. placeholder: | -- render: sql |