-
-
Notifications
You must be signed in to change notification settings - Fork 778
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
Fix email link in privacy-policy.yml for Questions section #7462
Fix email link in privacy-policy.yml for Questions section #7462
Conversation
Want to review this pull request? Take a look at this documentation for a step by step guide! From your project repository, check out a new branch and test the changes.
|
Review ETA: EOD (9/16) |
Availability: Weekdays 3-7 pm PST. |
Want to review this pull request? Take a look at this documentation for a step by step guide! From your project repository, check out a new branch and test the changes.
|
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.
@FamousHero If you look closely, these are not duplicates and each issue references a specific section. There should be no merge conflicts because each issue is working on a different section.
|
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.
Hi @bexux,
Everything looks great!
- descriptive but concise title
- issue is linked
- branch is named correctly
- only relevant code is changed
- PR comment is excellent
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.
@t-will-gillis Got it. Also checking it on my machine looks good.
- branch name descriptive & contains issue #
- Changes & reason are short and concise
- Behavioral changes match what was described
Good job!
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.
Nice work!
Completed:
To/From branch are correct
Clear PR name
What/Why are descriptive
Documented the link working with pictures
Looks good!
@bexux , Thank you for working on this issue. |
Fixes #7412
What changes did you make?
Under the
Questions
section of the privacy-policy.yml file, I have addedmailto:
to the email link.Why did you make the changes (we will use this info to test)?
Adding
mailto:
will allow users to easily send an email when they click this link instead of going to a 404 page.Screenshots of Proposed Changes To The Website (if any, please do not include screenshots of code changes)
There were no style changes affecting the website, but I have attached screen shots of the behavior changes when clicking the link.
Visuals before changes are applied
Visuals after changes are applied