diff options
-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 |