-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add bundle issue
command that prints instructions for reporting issues
#5505
Conversation
Thanks! This looks promising but checkout bundler/rfcs#5 for ideas we have for the |
This is awesome, thanks for sending it! Thanks for submitting this! I think this is a great first step 👍 @colby-swandale @segiddins I'd like to propose that we accept many small PRs that each handle one aspect of the overall issues RFC, rather than requiring a single giant PR that implements the entire thing. How do you feel about that? |
@indirect makes sense, i can count about 4 different RFCs inside rfc#5 |
@colby-swandale thanks for pointing out rfc#5. Prior to submitting this PR, I did look around for further discussion about this feature but I guess I missed this. From what the rfc lays out, it looks like the final version of bundle issue is more of an automated issue reporting solution, but that isn't fully discussed yet. Since a lot of it looks still up for discussion, is there anything else that would be helpful for me to add to this PR to make it closer to what the final version should be? |
Checkout the |
@colby-swandale I'm already including |
@indirect @segiddins Do we want to update |
@colby-swandale I think we'll want to wait to update the docs until this is merged and in a release, but it seems good to do it then 👍 |
@colby-swandale Let me know if there's anything else I can add/change to move this PR along. I appreciate your help! |
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.
Few small suggestions, otherwise this looks good to go.
lib/bundler/cli/issue.rb
Outdated
3. Information about each Bundler command can be found in the Bundler | ||
man pages: http://bundler.io/man/bundle.1.html | ||
|
||
Hopefully the trouble shooting steps above resolved your problem! If things |
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.
troubleshooting
lib/bundler/cli/issue.rb
Outdated
|
||
Hopefully the trouble shooting steps above resolved your problem! If things | ||
still aren't working the way you expect them to, please let us know so | ||
that we can diagnose and hopefully fix the problem you're having. Please |
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 would suggest something like that we can diagnose and help fix the problem you're having.
Thank you! @bundlerbot r+ |
📌 Commit 6351c68 has been approved by |
Add `bundle issue` command that prints instructions for reporting issues This is my stab at adding a `bundle issue` command, as listed in the list of tasks anyone can claim (#4871). This is also my first contribution (of what I hope will be many) to Bundler! I hope that this is useful, and please let me know how to improve it!
☀️ Test successful - status-travis |
This is my stab at adding a
bundle issue
command, as listed in the list of tasks anyone can claim (#4871). This is also my first contribution (of what I hope will be many) to Bundler!I hope that this is useful, and please let me know how to improve it!