Skip to content

Commit cf9313c

Browse files
stropholjharb
authored andcommittedSep 6, 2022
[meta] CONTRIBUTING.md: mention inactive PRs
1 parent 06cc47c commit cf9313c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
4040
- [Docs] [`no-useless-path-segments`]: fix paths ([#2424], thanks [@s-h-a-d-o-w])
4141
- [Tests] [`no-cycle`]: add passing test cases ([#2438], thanks [@georeith])
4242
- [Refactor] [`no-extraneous-dependencies`] improve performance using cache ([#2374], thanks [@meowtec])
43+
- [meta] `CONTRIBUTING.md`: mention inactive PRs ([#2546], thanks [@stropho])
4344

4445
## [2.26.0] - 2022-04-05
4546

@@ -1013,6 +1014,7 @@ for info on changes for earlier releases.
10131014

10141015
[`memo-parser`]: ./memo-parser/README.md
10151016

1017+
[#2546]: https://github.com/import-js/eslint-plugin-import/pull/2546
10161018
[#2541]: https://github.com/import-js/eslint-plugin-import/pull/2541
10171019
[#2531]: https://github.com/import-js/eslint-plugin-import/pull/2531
10181020
[#2511]: https://github.com/import-js/eslint-plugin-import/pull/2511

‎CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ You can learn how from this _free_ series [How to Contribute to an Open Source P
4444

4545
Here are some things to keep in mind when working on a PR:
4646

47+
**Trying to update an inactive Pull Request?**
48+
If a PR is open, but unfortunately the author is, for any reason, not available to apply code review fixes or rebase the source branch, then please **do not open a new PR**.
49+
Instead, paste a link to your own branch in the PR, and the maintainers can pull in your changes and update the existing PR in-place.
50+
4751
#### Tests
4852

4953
A PR that is just failing test cases for an existing issue is very helpful, as this can take as much time (if not more) as it takes to implement a new feature or fix a bug.

0 commit comments

Comments
 (0)
Please sign in to comment.