Skip to content
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

chore(marketing): Stop capitalizing the "x" in "axe" #1495

Merged
merged 14 commits into from Apr 12, 2019

Conversation

stephenmathieson
Copy link
Member

@stephenmathieson stephenmathieson commented Apr 11, 2019

This patch replaces all instances of "aXe" with "axe". The marketing overlords have suggested we stop capitalizing the "x" in "axe" for various reasons.

It's likely that I've missed something, as this patch was generated by running a find/replace across the codebase rather than making updates individually.

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

  • Follows the commit message policy, appropriate for next version
  • Has documentation updated, a DU ticket, or requires no documentation change
  • Includes new tests, or was unnecessary
  • Code is reviewed for security by: Steve

This patch replaces all instances of "aXe" with "axe". The marketing team has suggested we stop capitalizing the "x" in "axe" for various reasons.

It's likely that I've missed something, as this patch was generated by running a find/replace across the codebase rather than making updates individually.
@stephenmathieson stephenmathieson marked this pull request as ready for review April 11, 2019 19:48
@stephenmathieson stephenmathieson requested a review from a team as a code owner April 11, 2019 19:48
@stephenmathieson stephenmathieson requested a review from a team April 11, 2019 19:48
@straker
Copy link
Contributor

straker commented Apr 11, 2019

Do we still lowercase axe, or do we capitalize it as a proper name (Axe)?

@stephenmathieson
Copy link
Member Author

stephenmathieson commented Apr 11, 2019

@straker please refer to the #marketing channel in our private Slack.

The TLDR is "Axe" when starting a sentence and "axe" in all other cases.

straker
straker previously approved these changes Apr 11, 2019
Copy link
Contributor

@straker straker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments don't block if there's nothing to resolve

Gruntfile.js Outdated
@@ -264,7 +264,7 @@ module.exports = function(grunt) {
fixture: 'test/runner.tmpl',
testCwd: 'test/core',
data: {
title: 'aXe Core Tests'
title: 'axe Core Tests'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: Should we capitalize here (and all other places in the file where it starts the title?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, makes sense to me!

@@ -33,13 +33,13 @@ Add your project/integration to this file and submit a pull request.
1. [Protractor-axe-report Plugin](https://github.com/E1Edatatracker/protractor-axe-report-plugin)
1. [Cypress-axe](https://github.com/avanslaars/cypress-axe)
1. [Jest-axe](https://github.com/nickcolley/jest-axe)
1. [aXe audit runner for CrawlKit](https://github.com/crawlkit/runner-axe)
1. [Selenium IDE aXe Extension](https://github.com/bkardell/selenium-ide-axe)
1. [axe audit runner for CrawlKit](https://github.com/crawlkit/runner-axe)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capitalize? or not since it's the name of someone elses project?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't capitalize here since neither "audit" nor "runner" were capitalized, but I'm fine with whatever. The purpose of this PR is just to remove the capitalized X. 🤷‍♀️

Thanks Steven
@WilcoFiers WilcoFiers merged commit 80a96cf into develop Apr 12, 2019
@WilcoFiers WilcoFiers deleted the remove-capital-x branch April 12, 2019 10:02
molant pushed a commit to webhintio/hint that referenced this pull request Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants