-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: require build number in bug report template #22948
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
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsThe change is to a GitHub issue template file (.github/ISSUE_TEMPLATE/bug-report.yml) which is purely for documentation and process purposes. The changes are:
These changes affect only the bug reporting process and have no impact on:
This is purely a documentation/process improvement that helps gather more detailed information from users when they submit bug reports. No code functionality is modified, and therefore no E2E tests need to be run to verify these changes. |
| validations: | ||
| required: true | ||
| - type: input | ||
| id: build number |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Build number field id uses space instead of hyphen
The id field for the new build number input uses build number with a space, breaking the established convention in this template. Other multi-word field IDs use hyphens (e.g., what-happened, expected-behavior, screenshot-recording). The field id should be build-number to maintain consistency and avoid potential issues with GitHub's form processing, which typically treats identifiers with spaces as problematic.
|



Description
The purpose of this PR is to require a build number in the Mobile bug report template.
Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Adds a required Build number field to the bug report template and clarifies the Version field description.
.github/ISSUE_TEMPLATE/bug-report.yml):Build numberinput field.Versionfield description to reference "About MetaMask".Written by Cursor Bugbot for commit d4d4020. This will update automatically on new commits. Configure here.