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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Twitter integration #34

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

rajikaimal
Copy link
Contributor

@rajikaimal rajikaimal commented Jul 17, 2017

Closes #8

  • Add Twitter integration.
  • Tweet out If you're looking to contribute to Babel, we have another beginner-friendly issue for you ! 馃搫 [issue link] label. (updated message)
  • Updated docs for twitter integration.

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,
Copy link
Member

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.

Copy link
Contributor Author

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 ! 馃搫
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@xtuc Changed the message.

@rajikaimal
Copy link
Contributor Author

Do we need any changes before merging this ?

Copy link
Member

@xtuc xtuc left a 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

@rajikaimal
Copy link
Contributor Author

Great ! 馃槃

@xtuc xtuc requested review from hzoo and DrewML October 11, 2017 14:15
@rajikaimal
Copy link
Contributor Author

@hzoo @DrewML Friendly ping 馃槃

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.

Twitter: hook up the bot to tweet out a message calling for help when beginner-friendly issue is created
2 participants