-
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
[No QA] Create tax-exempt Newdot article #54077
Conversation
@ahmedGaber93 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] |
@ahmedGaber93 you can just approve here to go to an internal engineer! |
🎯 @ahmedGaber93, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #54084. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
Thanks Scott! I got an email about a failing testing for this one too. Is there anything I need to do for that? |
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.
Oh I see why it's failing. You need a file extension on the end of the file name. I assume it should have a .md
at the end of it. I think this is why the test is failing.
description: Tax-exempt status in Expensify for organizations recognized by the IRS or local tax authorities. | ||
--- | ||
|
||
# Overview |
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.
It's a minor quibble but #
is <h1>
and it's for titles. Let's make this a subheading with ##
# Overview | |
## Overview |
|
||
# Overview | ||
If your organization is recognized by the IRS or other local tax authorities as tax-exempt, that means you don’t need to pay any tax on your Expensify monthly bill. Please follow these instructions to request tax-exempt status. | ||
# How to request tax-exempt status in Expensify |
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.
# How to request tax-exempt status in Expensify | |
## How to request tax-exempt status in Expensify |
@joekaufmanexpensify If you look at the other files in that directory, they are all |
Renamed! |
A preview of your ExpensifyHelp changes have been deployed to https://9581b44d.helpdot.pages.dev ⚡️ |
For the h1 vs h2, I was going off of the HelpDot style guide, which says to use h1 for main headings. Happy to change it if you think the guide is not right, but I see some other examples (here, here, and here) that use the h1 in the same pattern as used here. LMK what you think! |
It's weird when you're reading the markdown, but it does make sense, since it seems like Jekyll is treating |
TY! |
🚀 Deployed to staging by https://github.com/deetergp in version: 9.0.77-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 9.0.77-6 🚀
|
Explanation of Change
Create tax-exempt Newdot article
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/447294
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
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/Videosundefined