Skip to content

update issue templates & build.yml [no ci] #5554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/crash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/suggestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
id: build-number
run: |
cd .github/builds
npm install
npm run --silent get_number >> $GITHUB_OUTPUT

- name: Build
Expand Down