Description
When someone adds the needs info
label, the bot's message is intentionally very generic, because we sometimes aren't sure what an issue is trying to do at all. However, there are other cases where the type of an issue is clear, but not enough information has been provided to respond to it (e.g. if the issue is proposing a new behavior but is insufficiently detailed about what the new behavior is). In these cases, the generic "needs info" message isn't as applicable.
It would be nice if the bot looked at the other labels on the issue, and gave a specialized message. For example, if enhancement
, rule
, and needs info
were added at the same time, the bot would ask the user to fill out the rule change proposal template. If bug
and needs
info were added at the same time, the bot would ask the user to fill out the bug report template.