Add PR template
See original GitHub issueWe have to be thorough when upgrading dependencies. In order to democratize this process, we should provide a clear contribution path for those (like me) who wish to help.
- Mention steps / requirements for dependency updates
- Provide a template for each added rule (e.g. following the same outline as below)
- **eslint-config-prettier:** [`v2.6.0...v2.9.0`](https://github.com/prettier/eslint-config-prettier/compare/v2.6.0...v2.9.0)
- Added: The [implicit-arrow-linebreak] rule
- Added: The [react/jsx-one-expression-per-line] rule.
- Added: The [lines-around-comment] rule (as a [special
rule][lines-around-comment-special]).
- Added: The [no-unexpected-multiline] rule (as a [special
rule][no-unexpected-multiline-special]).
- Require a changelog update
- For important/breaking changes: require the upgrade path to be documented
Do you see anything else? cc @GoodForOneFare @ismail-syed @lemonmade
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Creating a pull request template for your repository
Adding a pull request template · On GitHub.com, navigate to the main page of the repository. · Above the list of files, using...
Read more >GitHub pull request template - Axolo
The easiest way to add a pull request template to your repository is by adding a file called pull_request_template.md in the root of...
Read more >How to Enhance Pull Requests Using Templates - GitKraken
How to Create Multiple Pull Request Templates in GitHub · Create a folder named PULL_REQUEST_TEMPLATE and place it within either the root directory...
Read more >A GitHub Pull Request Template for Your Projects
It's quite easy to generate a PR template for your project. Simply create a file named PULL_REQUEST_TEMPLATE and place it one of three...
Read more >How to create a Github Pull Request Template - The Tara Blog
Step 1. Head over to your GitHub Repo · Step 2. Selecting your Template creation method · Step 3a. Uploading your GitHub Pull...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@alexandcote Can this be closed with #181 or is there more work to be done?
Thanks for the feedback, guys.
Regarding the upgrade path, it could be as simple as:
Does this not seem useful?
I didn’t know about that. Thanks!
@ismail-syed probably both?
I’ve edited the issue to show what it may look like