Skip to content

Commit 6b069d2

Browse files
chore: remove error messages from bug report template (#27037)
## **Description** Since the field '### Error messages or log output' is not present in Jira, we no longer want to make it a mandatory requirement to recognize the bug report template in GitHub. Thanks to this change, the issues created by **issuebridge** app (which replicates on GitHub the tickets we create in Jira), should be recognized as bug reports by our GitHub Actions. ## **Changelog** CHANGELOG entry: null ## **Related issues** NA ## **Manual testing steps** NA ## **Screenshots/Recordings** NA ## **Pre-merge author checklist** - [x] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I've included tests if applicable - [x] I've documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I've applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: only changes the GitHub template-title matcher for bug reports by removing one required heading, which may slightly broaden what issues are auto-labeled as bug reports. > > **Overview** > Bug report issue template detection is relaxed by dropping the `### Error messages or log output` section from `bugReportIssueTemplateTitles` in `.github/scripts/shared/template.ts`. > > This allows issues missing that heading (e.g., synced from Jira) to still match the bug report template and be processed by the existing labeling workflow. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 2dfba67. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent f7a98b2 commit 6b069d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/scripts/shared/template.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const bugReportIssueTemplateTitles = [
2727
'### Expected behavior',
2828
'### Screenshots', // TODO: replace '### Screenshots' by '### Screenshots/Recordings' in January 2024 (as most issues will meet this criteria by then)
2929
'### Steps to reproduce',
30-
'### Error messages or log output',
3130
'### Version',
3231
'### Build type',
3332
'### Device',

0 commit comments

Comments
 (0)