Conversation
8e65e6d to
6838278
Compare
|
Oh nice, thanks! |
nickcharlton
left a comment
There was a problem hiding this comment.
I had to hold back on starting to think about ways to improve the questions 😅, but the new template style is quite a nice improvement as it is
| name: Bug Report | ||
| description: Did something not work as expected? | ||
| title: "[Bug]: " | ||
| labels: ["bug"] |
There was a problem hiding this comment.
Instead of setting the labels, are we able to use the new issue types here?
There's one each for "Feature" and "Bug", and if we stop introducing more issues tagged with "bug", we might be able to use labels more for categorising the types of issues.
There was a problem hiding this comment.
I saw that type is mentioned in the documentation, but when I tried to set it, I got a syntax error and couldn’t configure it.
Is this something that’s only available for Organizations, by any chance?
If possible, could you configure it on your side?
Co-authored-by: Nick Charlton <nick@nickcharlton.net>
Refined issue templates.
https://docs.github.com/ja/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms
Based on the official GitHub documentation forms, with the current template wording filled in.
Feel free to adjust the phrasing as needed.
Preview:
https://github.com/goosys/administrate/blob/refine-issue-template/.github/ISSUE_TEMPLATE/bug_report.yml
https://github.com/goosys/administrate/blob/refine-issue-template/.github/ISSUE_TEMPLATE/feature_request.yml