-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[NoQA] Update CONTRIBUTING.md #16369
Conversation
Coming from https://expensify.slack.com/archives/C01SKUP7QR0/p1679430232902819 Updated the very bottom with deets on agency-employees.
@PauloGasparSv Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
- Post “I’m from [agency], I’d like to work on this job” | ||
- If no proposals have been submitted by other contributors, BugZero (BZ) team member or an internal engineer will assign the issue to you. | ||
- If there are existing proposals, BZ will put the issue on hold. Contributor+ (C+) will review the existing proposals. If a contributor’s proposal is accepted then contributor will be assigned to the issue. If not the issue will be assigned to the agency-employee. | ||
- Once assigned follow the steps [here](https://github.com/Expensify/App/blob/main/contributingGuides/CONTRIBUTING.md#propose-a-solution-for-the-job) to submit your proposal |
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.
Hey @mallenexpensify just want to confirm if this is correct since this is different from the slack version.
Shouldn't we be mentioning the P.R. creation in this step (like the following message)? Or will the agency members have to create a Proposal after being assigned to the issue?
"Once assigned, submit your P.R. following the steps in CONTRIBUTING.md and a C+ will review it shortly"
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.
Bump @mallenexpensify on this : )
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.
Agency-member should submit a proposal before the PR. I originally thought they just submitted a PR, without a proposal, but I was incorrect. Let me know if there's somewhere I need to update this.
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.
Makes total sense but I wanted to confirm, thks!
No need for changes, merging this here
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.
LGTM!
@mallenexpensify I added a comment with a question! But if the text is correct please feel free to merge this.
Reviewer Checklist
Screenshots/VideosWebNo need Mobile Web - ChromeNo need Mobile Web - SafariNo need DesktopNo need iOSNo need AndroidNo need |
🚀 Deployed to staging by https://github.com/mallenexpensify in version: 1.2.90-3 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.2.90-7 🚀
|
Coming from https://expensify.slack.com/archives/C01SKUP7QR0/p1679430232902819 Updated the very bottom with deets on agency-employees.
Details
Fixed Issues
$ GH_LINK
PROPOSAL: GH_LINK_ISSUE(COMMENT)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android