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(docs): updated the name of Twitter to X #3066

Closed
wants to merge 5 commits into from

Conversation

tvermaashutosh
Copy link

@tvermaashutosh tvermaashutosh commented Oct 30, 2023

Fixes #3065

Everyone must be well aware by now that the legal name of Twitter has been formally changed to X.
In this PR I have updated the name of Twitter to X in all the documentation (Texts and Links) of this repo.
Closes: reworkd/AgentGPT#1345

@mrgrain
Kindly review my PR and merge it please.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mrgrain
Copy link
Contributor

mrgrain commented Oct 30, 2023

The contributor profiles are auto generated. We can't change them

@@ -23,7 +23,7 @@ export interface ConstructLibraryOptions extends JsiiProjectOptions {

export interface Catalog {
/**
* Twitter account to @mention in announcement tweet.
* X account to @mention in announcement tweet.
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add something like (previously Twitter) to explain the difference in docs and property.

* package name, description and the above link. You can disable these tweets
* through `{ announce: false }`.
*
* You can also add a Twitter handle through `{ twitter: 'xx' }` which will be
* You can also add a X handle through `{ X: 'xx' }` which will be
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* You can also add a X handle through `{ X: 'xx' }` which will be
* You can also add a X handle through `{ twitter: 'xx' }` which will be

This is an external API the can't changed unilaterally from here.

@@ -7,11 +7,11 @@ export interface ConstructLibraryOptions extends JsiiProjectOptions {
*
* https://awscdk.io/packages/[@SCOPE/]PACKAGE@VERSION
*
* The catalog will also post a tweet to https://twitter.com/awscdkio with the
* The catalog will also post a tweet to https://x.com/awscdkio with the
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* The catalog will also post a tweet to https://x.com/awscdkio with the
* The catalog will also post to https://x.com/awscdkio with the

Copy link
Author

Choose a reason for hiding this comment

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

Just wait a minute. I'm making the required changes.

@tvermaashutosh
Copy link
Author

@mrgrain
I have made all the requested changes in the PR.
Kindly review it now and merge it please.

README.md Outdated
@@ -404,7 +404,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cogwirrel"><img src="https://avatars.githubusercontent.com/u/1848603?v=4?s=100" width="100px;" alt="Jack Stevenson"/><br /><sub><b>Jack Stevenson</b></sub></a><br /><a href="https://github.com/projen/projen/commits?author=cogwirrel" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jmourelos"><img src="https://avatars3.githubusercontent.com/u/3878434?v=4?s=100" width="100px;" alt="Jacob"/><br /><sub><b>Jacob</b></sub></a><br /><a href="https://github.com/projen/projen/commits?author=jmourelos" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://joapy.com/"><img src="https://avatars3.githubusercontent.com/u/325306?v=4?s=100" width="100px;" alt="Jake Pearson"/><br /><sub><b>Jake Pearson</b></sub></a><br /><a href="https://github.com/projen/projen/commits?author=jakepearson" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://twitter.com/bracki"><img src="https://avatars.githubusercontent.com/u/49786?v=4?s=100" width="100px;" alt="Jan Brauer"/><br /><sub><b>Jan Brauer</b></sub></a><br /><a href="https://github.com/projen/projen/commits?author=bracki" title="Code">💻</a></td>
Copy link
Contributor

Choose a reason for hiding this comment

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

Needs reverting

docs/api/API.md Outdated
@@ -15392,7 +15392,7 @@ Name | Type | Description
Name | Type | Description
-----|------|-------------
**announce**?🔹 | <code>boolean</code> | Should we announce new versions?<br/>__*Default*__: true
**twitter**?🔹 | <code>string</code> | Twitter account to.<br/>__*Optional*__
**X**?🔹 | <code>string</code> | X account to.<br/>__*Optional*__
Copy link
Contributor

Choose a reason for hiding this comment

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

This file shouldn't be changed manually, instead run the build. If you have to, see the build for the proper change.

Copy link
Contributor

@mrgrain mrgrain left a comment

Choose a reason for hiding this comment

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

Some more stuff. Also the PR title needs fixing.

@tvermaashutosh
Copy link
Author

@mrgrain
I have made all the requested changes in the PR.
Kindly review it now and merge it please.

@tvermaashutosh tvermaashutosh changed the title Updated the name of Twitter to X chore(docs): updated the name of Twitter to X Oct 30, 2023
@mrgrain
Copy link
Contributor

mrgrain commented Oct 30, 2023

Build is still failing.

@mrgrain
Copy link
Contributor

mrgrain commented Nov 2, 2023

@tvermaashutosh Are you still interested in finishing this change?

@mrgrain mrgrain closed this Nov 5, 2023
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.

Update the name of Twitter to X in documentations Update the name of Twitter to X in documentations
2 participants