-
-
Notifications
You must be signed in to change notification settings - Fork 75
docs: remove PULL_REQUEST_TEMPLATE.md in favor of centralized template
#741
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
✅ Deploy Preview for new-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for ja-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for es-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for hi-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for zh-hans-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for fr-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for de-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for pt-br-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Prerequisites checklist
What is the purpose of this pull request?
What changes did you make? (Give an overview)
Hello,
This PR is follow-up to eslint/js#666.
In this PR, I have removed
PULL_REQUEST_TEMPLATE.mdin favor of using the centralized template.Since the PR to create the centralized
PULL_REQUEST_TEMPLATEhas been merged into the.githubrepository (ref: eslint/.github#9), the pull request template can now be managed from there.After reviewing the template in this repository, I noticed that it is very similar to the centralized version. For this reason, I am proposing to remove it here and maintain the template within the
.githubrepository instead.Maintaining a separate PR template in this repository would override the template in the
.githubrepository, which would prevent us from fully benefiting from the centralized template.Related Issues
Is there anything you'd like reviewers to focus on?