Skip to content

Commit 952687e

Browse files
committed
meta: add ability to block issues
1 parent 910a8af commit 952687e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ See [details on our policy on Code of Conduct](./doc/contributing/code-of-conduc
3535
* [Discussing non-technical topics](./doc/contributing/issues.md#discussing-non-technical-topics)
3636
* [Submitting a Bug Report](./doc/contributing/issues.md#submitting-a-bug-report)
3737
* [Triaging a Bug Report](./doc/contributing/issues.md#triaging-a-bug-report)
38+
* [Blocking Issues](./doc/contributing/issues.md#blocking-issues)
3839

3940
## [Pull Requests](./doc/contributing/pull-requests.md)
4041

doc/contributing/issues.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* [Discussing non-technical topics](#discussing-non-technical-topics)
55
* [Submitting a bug report](#submitting-a-bug-report)
66
* [Triaging a bug report](#triaging-a-bug-report)
7+
* [Blocking Issues](#blocking-issues)
78

89
## Asking for general help
910

@@ -72,5 +73,12 @@ When triagging issues and PRs:
7273
dismissive from the point of view of the reporter/author.
7374
Always try to communicate the reason for closing the issue/PR.
7475

76+
## Blocking Issues
77+
78+
Collaborators have the ability to block issues from getting implemented and landed into
79+
the project by commenting and explicitly including "-1" in the comment.
80+
When doing so, explain why you believe the pull request should not land along with
81+
an explanation of what may be an acceptable alternative course, if any.
82+
7583
[Node.js help repository]: https://github.com/nodejs/help/issues
7684
[Technical Steering Committee (TSC) repository]: https://github.com/nodejs/TSC/issues

0 commit comments

Comments
 (0)