-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[NO QA] Remove unnecessary screenshot/videos section from issue template #30574
Conversation
Having a problem with a failing check. This isn't very important so I'll try the CI actions again later. |
* main: (268 commits) Update tests/e2e/testRunner.js Account for both options and reports in unread check Update Auto-Reconciliation.md Rename report to option in requiresAttentionFromCurrentUser Rename shouldShowGBR in one more place Rename shouldShowGBR to requiresAttentionFromCurrentUser in tests Update src/libs/ReportUtils.js Rename functions to separate UI from function logic Update version to 1.3.94-0 Update comment about pinned/gbr reports Remove unneeded import Update Footer.js Add tests for various shouldShowGBR cases Update CONST.ts Update pinned logic for linter Use or instead of null coalescing in getOrderedReportIDs Add task logic to shouldShowGBR Delete docs/articles/expensify-classic/expensify-card/CPA-Card.md Reduce isPolicyOwnedByExpensifyAccounts to one line Add isExpensifyOnlyParticipantInReport function back since its used by tests ...
@rlinoz looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Not an emergency |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/rlinoz in version: 1.3.95-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.95-9 🚀
|
🚀 Deployed to staging by https://github.com/rlinoz in version: 1.3.96-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.96-15 🚀
|
@mallenexpensify
Details
Removes the detailed screenshot section from the default issue template. We used to require evidence for each platform, but no longer do as contributors can't create bug reports.
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/331105
Tests
N/A
Offline tests
N/A
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos