-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
chore: add issue template to propose new rules #3925
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
Conversation
Thanks for the PR, @fregante! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day. |
This is genius! I need to have a bit of a think about if we want any additional fields in the template. |
I've been using forms for a month in a repo and generally I think too many fields are counterproductive, especially if their content is generally mixed together. In some cases I'm thinking about adding a generic "describe your issue" field and then add required checkboxes like:
But yeah this varies by repo and requirements |
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 is a great start - we can always add more later
Thanks for this!
The current template for the plugin is centered around bug reporting: https://github.com/typescript-eslint/typescript-eslint/issues/new?assignees=&labels=package%3A+eslint-plugin%2C+triage&template=eslint-plugin-typescript.md&title=%5Brulename%5D+issue+title
Live demo
https://github.com/fregante/sandbox/issues/new?assignees=&labels=enhancement%3A+new+base+rule+extension%2Cpackage%3A+eslint-plugin%2Ctriage&template=a.yml&title=Rule+proposal%3A+
Example issue created with this form
#3926
Screenshot