Idea is great but this logo looks like evil douchebag kind of guy with this tagline "Not the bot you deserve, but the one you need" doesn't look great. You definitely need to work on your brand. :)
Came here to comment exactly this. The expression on the face is expressing all the wrong messages about the service.
TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
21–29 of 29 posts
Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#22Idea is great but this logo looks like evil douchebag kind of guy with this tagline "Not the bot you deserve, but the one you need" doesn't look great. You definitely need to work on your brand. :)
It's a Batman (The Dark Knight) reference: "He's the hero Gotham deserves, but not the one it needs right now"
Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#23Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#24I really like this idea. I think more tools should integrate into GitHub this way. The status API is nice, but you always have to click through to get the details. I think you could do something similar with code analysis tools, so they make review comments in the code where issues occur.
Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#25Earlier quoted context omitted.
Thanks for the feedback, we're working on methods to prevent TravisBuddy from commenting if the PR is being rapidly updated or if its comments are not relevant for some reason. One idea is that if the PR has a special label TravisBuddy won't comment on it. Another one is to be able to communicate with TravisBuddy using comments, so when you're sick of it you could just comment: "@TravisBuddy stop", and it'll stop imm…
You can do what codecov does; They keep updating the same comment with the latest result.
Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#26I really like this idea. I think more tools should integrate into GitHub this way. The status API is nice, but you always have to click through to get the details. I think you could do something similar with code analysis tools, so they make review comments in the code where issues occur.
I know this is nit-picky, but I'm not a fan of how the "Details" link opens in the same tab.
Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#27Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#28Idea is great but this logo looks like evil douchebag kind of guy with this tagline "Not the bot you deserve, but the one you need" doesn't look great. You definitely need to work on your brand. :)
Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#29Cute little list on the example screenshot. looks at own code with some 3300 tests
We had a similar problem where posting all of the results was just more noise than useful, this is at least a good starting point for handling build result feedback.