Skip to content

Commit

Permalink
Update for hacktoberfest
Browse files Browse the repository at this point in the history
  • Loading branch information
cannawen committed Sep 28, 2017
1 parent a69340b commit 2147f6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ Questions or Comments?
Feel free to message me [on reddit](https://www.reddit.com/message/compose?to=cannawen&subject=metric%20units%20bot&message=I%20think%20your%20bot%20is) or [open a github issue](https://github.com/cannawen/metric_units_reddit_bot/issues/new)


Contribute
---
Metric Units Bot is participating in [Hacktoberfest](https://hacktoberfest.digitalocean.com/)! [See a list of things we need help with](https://github.com/cannawen/metric_units_reddit_bot/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest) and win free T-shirts!

Feedback & code reviews are always welcome.


License
---
This source is distributed under GNU GPLv3
Expand Down
2 changes: 2 additions & 0 deletions src/reply_maker.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ function formatReply(comment, conversions) {
+ " ^|"
+ " ^[" + source + "](https://github.com/cannawen/metric_units_reddit_bot)"
+ " ^|"
+ " ^[" + transform("hacktoberfest") + "](https://github.com/cannawen/metric_units_reddit_bot/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest)"
+ " ^|"
+ " ^[" + transform("block") + "](https://np.reddit.com/message/compose?to=metric_units&subject=stop&message=If%20you%20would%20like%20to%20stop%20seeing%20this%20bot%27s%20comments%2C%20please%20send%20this%20private%20message%20with%20the%20subject%20%27stop%27.%20If%20you%20are%20a%20moderator%2C%20please%20go%20to%20https%3A%2F%2Fwww.reddit.com%2Fr%2F" + subreddit + "%2Fabout%2Fbanned%2F)"
+ " ^|"
+ " ^" + version;
Expand Down

0 comments on commit 2147f6d

Please sign in to comment.