-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add Twitter integration #34
base: master
Are you sure you want to change the base?
Conversation
- Tweet on beginner-friendly label event
src/messages.js
Outdated
@@ -30,3 +30,8 @@ exports.newIssue = (username: string) => stripIndent` | |||
community that typically always has someone willing to help. You can sign-up [here](https://slack.babeljs.io/) | |||
for an invite. | |||
`; | |||
|
|||
exports.tweetIssue = (issueURL: string) => stripIndent` | |||
[issue] Beginner friendly issue for new contributors, |
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.
[issue]
is redundant here I think.
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.
I'll change the message to If you're looking to contribute to Babel, we have another beginner-friendly issue for you ! [issue link]
src/messages.js
Outdated
@@ -32,6 +32,6 @@ exports.newIssue = (username: string) => stripIndent` | |||
`; | |||
|
|||
exports.tweetIssue = (issueURL: string) => stripIndent` | |||
[issue] Beginner friendly issue for new contributors, | |||
If you're looking to contribute to Babel, we have another beginner-friendly issue for you ! 📄 |
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.
@xtuc Changed the message.
Do we need any changes before merging this ? |
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.
Couldn't test it but lgtm
Great ! 😄 |
Closes #8
If you're looking to contribute to Babel, we have another beginner-friendly issue for you ! 📄 [issue link]
label. (updated message)twitter
integration.