Closed Abdiramen closed 6 years ago
I'm just checking from my phone so forgive me if this is obvious, but what is file.txt for?
On Fri, Jun 1, 2018, 13:33 Abdirahman Ahmed Osman notifications@github.com wrote:
Implements unshortening from issue #29 https://github.com/euank/EuIrcBot/issues/29.
You can view, comment on, or merge this pull request online at:
https://github.com/euank/EuIrcBot/pull/197 Commit Summary
- Create unshorten module
File Changes
- A modules/unshorten/file.txt https://github.com/euank/EuIrcBot/pull/197/files#diff-0 (904)
- A modules/unshorten/index.js https://github.com/euank/EuIrcBot/pull/197/files#diff-1 (30)
- A modules/unshorten/package.json https://github.com/euank/EuIrcBot/pull/197/files#diff-2 (11)
- A modules/unshorten/yarn.lock https://github.com/euank/EuIrcBot/pull/197/files#diff-3 (259)
Patch Links:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/euank/EuIrcBot/pull/197, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJJ-8fgUkPOs48DZDi6q4mz4U_ypGL4ks5t4YjtgaJpZM4UXIl5 .
Code-wise LGTM.
One last nit is that I think the commits should be squashed (no need for file.txt to be in our git log), and I've been using a 'subsystem' style commit message format generally, so e.g. the commit message here would be prefixed with 'modules/unshorten'
@euank took a second to figure out how to remove commits but I think everything should to satisfactory now.
Implements unshortening from issue #29.