-
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
Create US-based VC-backed startups #14953
Conversation
This is a playbook specifically for VC-backed startups.
@AndrewGable 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] |
Ah I think we'd need to merge first this PR to add an entry for this article under the |
@marcochavezf yeah, if the Playbooks hub is going live today we can merge there. Otherwise, |
Reviewer Checklist
Screenshots/Videos |
I'm going to merge this PR to publish the article, so @zsgreenwald can test it out on the live site and update the content if needed. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
@zsgreenwald the article and new hub were deployed to the help site, you can check it out here: https://help.expensify.com/hubs/playbooks |
🚀 Deployed to staging by https://github.com/marcochavezf in version: 1.2.72-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.2.72-1 🚀
|
Mirroring a similar PR as #14953
Mirroring a similar PR as Expensify#14953
This is a playbook specifically for VC-backed startups.
Details
Add a new article in the
Playbooks
hub in the help site.Fixed Issues
$ https://github.com/Expensify/Expensify/issues/259739
Tests
Playbooks
hub page (http://127.0.0.1:4000/hubs/playbooks on dev and https://help.expensify.com/hubs/playbooks on prod).Expensify Playbook for US-Based VC-Backed Startups
and verify the article is loaded correctly.Offline tests
N/A
QA Steps
Same as
Test
stepsPR 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.Screenshots/Videos
The expensify help site only works on web
Web