From 454ab9966e227bcc171893fe8673a12c6455f1fa Mon Sep 17 00:00:00 2001 From: Powie <88817288+Powie69@users.noreply.github.com> Date: Sun, 6 Jul 2025 09:51:11 +0800 Subject: [PATCH] update issue templates & build.yml npm install ins't even needed since theres no dependencies --- .github/ISSUE_TEMPLATE/bug.yml | 4 ++-- .github/ISSUE_TEMPLATE/crash.yml | 4 ++-- .github/ISSUE_TEMPLATE/suggestion.yml | 2 +- .github/workflows/build.yml | 1 - 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index cdd9c0885e..13a5c56b5a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -28,7 +28,7 @@ body: id: meteor-version attributes: label: Meteor Version - placeholder: Meteor X.Y.Z (or X.Y.Z-build_number) + placeholder: Meteor X.Y.Z _build_number_ validations: required: true - type: input @@ -57,5 +57,5 @@ body: This bug wasn't already reported (I have searched bug reports on GitHub). required: true - label: | - This is a valid bug (I am able to reproduce this on the latest dev build). + This is a valid bug (I am able to reproduce this on the latest build). required: true diff --git a/.github/ISSUE_TEMPLATE/crash.yml b/.github/ISSUE_TEMPLATE/crash.yml index ce24178959..a1d860f51a 100644 --- a/.github/ISSUE_TEMPLATE/crash.yml +++ b/.github/ISSUE_TEMPLATE/crash.yml @@ -23,7 +23,7 @@ body: id: meteor-version attributes: label: Meteor Version - placeholder: Meteor X.Y.Z (or X.Y.Z-build_number) + placeholder: Meteor X.Y.Z _build_number_ validations: required: true - type: input @@ -52,5 +52,5 @@ body: This crash wasn't already reported (I have searched crash reports on GitHub). required: true - label: | - This is a valid crash (I am able to reproduce this on the latest dev build). + This is a valid crash (I am able to reproduce this on the latest build). required: true diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml index 7e4dba2231..bceac9cdc2 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yml +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -15,7 +15,7 @@ body: label: Before submitting a suggestion options: - label: | - This feature doesn't already exist in the client. (I have checked every module and their settings on the **latest dev build**) + This feature doesn't already exist in the client. (I have checked every module and their settings on the **latest build**) required: true - label: | This wasn't already suggested. (I have searched suggestions on GitHub and read the FAQ) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73c9536313..cf5f403bd8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,6 @@ jobs: id: build-number run: | cd .github/builds - npm install npm run --silent get_number >> $GITHUB_OUTPUT - name: Build