Triaging is the work of processing tickets that have been opened by users. Common tasks include verifying bugs, categorizing tickets, and ensuring there’s enough information to reproduce the bug for anyone who wants to try to fix it.
We’ve created an issue template to walk users through the process of how to report an issue with the Bundler project. We also have a troubleshooting guide to diagnose common problems.
Not every ticket will be a bug in Bundler’s code, but open tickets usually mean that there is something we could improve to help that user. Sometimes that means writing additional documentation or making error messages clearer.
When you’re looking at a ticket, here are the main questions to ask:
Strategies for triaging a ticket:
bundle env
. Sometimes users forget to post all of their bundle env
output in the issue.bundle env
, try to replicate the user’s problem in your current environment. Only portions of the code base is changed in each release, so there’s a good chance your version of bundler might have the same bug.gem install bundler
. There’s a chance that the newest version of bundler has already solved their problem.If the issue still requires user information, apply the label “user feedback required”. This will help identify stale issues in the future.
If you can’t reproduce the issue, chances are good that the bug has been fixed already (hurrah!). That’s a good time to post to the ticket explaining what you did and how it worked.
If you can reproduce an issue, you’re well on your way to fixing it. :)
Everyone is welcome and encouraged to fix any open bug, improve an error message or add documentation. If you have a fix or an improvement to a ticket that you would like to contribute, we have a small guide to help:
You do not have to update CHANGELOG in your PR. Our release scripts will automatically prepare it from the title of each PR.
Finally, the ticket may be a duplicate of another older ticket. If you notice a ticket is a duplicate, simply comment on the ticket noting the original ticket’s number. For example, you could say “This is a duplicate of issue #42, and can be closed”.
Any issue that is waiting for more information is what we could consider “stale”. And the process is: