-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add github issue option #10
Comments
The above commit adds the initial functionality to open a new issue using the github client. TODO
|
Re-opening coz still have to do the 2nd of those |
Also, imagine I open an issue with a question and you end up telling me to rather open a discussion thread in a forum to get help. My contribution is then not really one. Could you label the issue as out-of-scope for the tool? And regarding the original intent of this very issue, maybe it could be stated in the issue template instead? |
Yes, it would be very easy to label the issue as "out-of-scope" or "non-contrib" or something, but then again if issues really are not considered relevant contributions then they can simply be deleted. That was my initial thought at least, and the reason why i opted to retain a simpler acknowledge-all-type approach. A question is still a form of interest in, and presumably use of, the software. I guess for me the real issue in thinking about that was how such a label could be applied in a way that wasn't overtly negative. Label filtering in this context must necessarily be a filtering out, which is an inherently negative activity, so labels would work best if they contained a negation, but that is then potentially insulting. I tried but couldn't think of suitable non-negative labels that retained general applicability ("enquiry" comes close, but even then issues may be opened simply to comment without enquiry). Any advice would be greatly appreciated! The whole issue extraction is graphql, so adding a labels field to the query would be totally easy, and this would be no trouble at all to implement. I just would like to do it in the most appropriate way possible. Finally, I'm not sure exactly what you mean by this:
Could you please explain a bit more? Thanks |
how would you delete an issue? I was thinking the issue template could state there's a README section with contributions but then who reads that... |
Magic new-ish "delete issue" button:
I think that is what it already does: That's what you mean, right? |
aaah cool that one can delete issues. by issue template I mean .github/ templates, that one sees when opening an issue. |
Add option to
add_contributors()
function to open a github issue with dummy text to ping all contributors that they've been acknowledged in the README. Once that issue exists, triggering the option can then add any new contributors via additional automated issue comments.The text was updated successfully, but these errors were encountered: