From 9f21a950795ad5da91c6644c0d5ef68830bcf8f1 Mon Sep 17 00:00:00 2001 From: EdamAmex <121654029+EdamAme-x@users.noreply.github.com> Date: Sat, 2 Nov 2024 16:11:30 +0900 Subject: [PATCH] chore(ISSUE_TEMPLATE): encourage them to add a version if possible (#3599) * chore(ISSUE_TEMPLATE): encourage them to add a version if possible * Update 1-bug-report.yml --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index e04cd221..07addf8c 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -18,7 +18,7 @@ body: required: true - type: input attributes: - label: What runtime/platform is your app running on? + label: What runtime/platform is your app running on? (with version if possible) placeholder: Cloudflare Workers, Deno, Bun, etc. validations: required: true