chore: add issue templates#262
Conversation
|
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for node-readiness-controller canceled.
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vitorfloriano The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
I had copilot make the initial draft of the templates for me. I still need to refine them to remove any nonsense. Just a couple of things:
/hold |
I usually prefer Markdown templates (well, because they're simple) but looking at recent influx of gh issues contributions, I feel the pointed sections in yaml will encourage people to fill in proper information. can we please add a line saying something like (not as it is, but you get the point) -
allow blank issues as well.
I am not aware of it ^. How does this work? Could you please share an example? Thank you! |
|
Small suggestion on GitHub will render it as a syntax-highlighted code block, which keeps long controller log dumps from blowing out the issue layout. |
I merged this branch in my fork to preview the changes, so you can head over there and create a new issue. The Create a new issue modal will show links for Slack and Discussions: https://github.com/vitorfloriano/node-readiness-controller/issues The "Report a vulnerability" is duplicated because I wasn't aware that it was already there by default (though I'm not sure if that's only in my fork's config). I will remove that. |
@sahitya-chandra I tested Perhaps we should make a textarea with a Or we could make it an upload form and have users send their logs in Anyway, this is very bikesheddable. |

This PR adds Issue Templates to the repository.
We're adding templates (technically, they are forms) for bug report, feature request and issue tracking.
We're also allowing blank issues as an escape hatch, just in case.
For a preview of the templates, see: https://github.com/vitorfloriano/node-readiness-controller/tree/chore-add-github-issue-templates/.github/ISSUE_TEMPLATE
Follow-up to #227 (comment)