-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
chore: replace issue templates with issue forms #4897
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, @bradzacher! 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. |
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
a52c231
to
386a586
Compare
- [x] Addresses an existing open issue: fixes #4823 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/typescript-eslint/typescript-eslint/blob/main/CONTRIBUTING.md) were taken Adds issue templates using GH's forms config. Deletes now obselete markdown templates. We can't *use* them, but GH will at least preview render them when viewed on the branch: - [Bug: Report a complex bug with repro repo](https://github.com/typescript-eslint/typescript-eslint/tree/issue-forms/.github/ISSUE_TEMPLATE/bug-report-complex.yaml) - [Bug: Report a Bug With the Parser](https://github.com/typescript-eslint/typescript-eslint/tree/issue-forms/.github/ISSUE_TEMPLATE/bug-report-parser.yaml) - [Bug: Report a Bug With a Rule](https://github.com/typescript-eslint/typescript-eslint/tree/issue-forms/.github/ISSUE_TEMPLATE/bug-report-plugin.yaml) - [Bug: Report a Bug With Scope Analysis](https://github.com/typescript-eslint/typescript-eslint/tree/issue-forms/.github/ISSUE_TEMPLATE/bug-report-scope-manager.yaml) - [Bug: Report a Bug With utils / type-utils](https://github.com/typescript-eslint/typescript-eslint/tree/issue-forms/.github/ISSUE_TEMPLATE/bug-report-utils.yaml) - [Enhancement: Propose a New Base Rule Extension](https://github.com/typescript-eslint/typescript-eslint/tree/issue-forms/.github/ISSUE_TEMPLATE/enhancement-new-base-rule-extension.yaml) - [Enhancement: Propose a New Rule](https://github.com/typescript-eslint/typescript-eslint/tree/issue-forms/.github/ISSUE_TEMPLATE/enhancement-new-rule.yaml) - [Enhancement: Propose a New Rule Option Or Additional Checks](https://github.com/typescript-eslint/typescript-eslint/tree/issue-forms/.github/ISSUE_TEMPLATE/enhancement-rule-option.yaml)
You can always make your forked repo, and apply your changes there, though! |
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 great, awesome stuff! Thanks!!
Posted a bunch of suggestions. Really looking forward to having this! ✨🔥
.github/ISSUE_TEMPLATE/enhancement-new-base-rule-extension.yaml
Outdated
Show resolved
Hide resolved
.github/ISSUE_TEMPLATE/enhancement-new-base-rule-extension.yaml
Outdated
Show resolved
Hide resolved
@JoshuaKGoldberg - are you happy with the changes and the wizard ordering, etc? |
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.
Yes this is wonderful, thank you! 🙏
PR Checklist
Overview
Adds issue templates using GH's forms config.
Deletes now obsolete markdown templates.
We can't test them in this repo, but I've uploaded them to another test repo.
https://github.com/bradzacher/test-issue-form/issues/new/choose