-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
improve issue templates #19693
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
base: main
Are you sure you want to change the base?
improve issue templates #19693
Conversation
CodSpeed Performance ReportMerging #19693 will degrade performances by 95.37%Comparing Summary
Benchmarks breakdown
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks good, but can you create this in a fork and I'll try the pr manually?
@evenstensberg |
@evenstensberg @3ru Good idea to improve such things and I think we need to improve these templates in all our repos, not only in webpack, so some things like version and used webpack packages should be improve too, for webpack org we have - https://github.com/webpack-contrib/css-loader/tree/master/.github/ISSUE_TEMPLATE, so I think we need to look at them too and union with these |
Great point about unifying across all webpack repos! Creating a centralized template repository could be a solid approach for overall improvement. We could potentially set up GitHub Actions to automatically generate PRs for updating issue templates across all repositories - that would make maintenance much easier. I'm happy to take the initiative on this, but given the repository permission requirements, it might make more sense for @evenstensberg to lead this effort. What do you both think? |
I agree, let's wait @evenstensberg answer |
@3ru sounds good to me, you can even do this manualy but it will take some time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, handing this over to @alexander-akait for final +1
@alexander-akait Let's merge this for now and think separately about overall management of other templates in webpack org. What do you think? |
Summary
This PR updates webpack to use modern YAML issue templates and attempts to establishes a sustainable ecosystem where Issues are reserved for genuine bugs only. All other inquiries, feature requests, and support questions are directed to GitHub Discussions, creating a community-driven support system where users can help each other find answers and engage in meaningful discussions.