From fbd0b037ec8f625cb2e3b010f6437b259d2f6d63 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 11 Nov 2018 21:33:46 -0800 Subject: [PATCH] doc: clarify issues and pull requests guidance Removed the "Managing Issues and Pull Requests" header as "managing" is unclear in this context. Useful information from the section was retained as an introductory paragraph for the "Issues and Pull Requests" section. Vague terminology (e.g., "full responsibility") was removed. PR-URL: https://github.com/nodejs/node/pull/24316 Reviewed-By: Vse Mozhet Byt Reviewed-By: Weijia Wang Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Franziska Hinkelmann Reviewed-By: Trivikram Kamat --- COLLABORATOR_GUIDE.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 7fa6fee197aabc..ec3b0a8bf503fb 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -3,7 +3,6 @@ ## Contents * [Issues and Pull Requests](#issues-and-pull-requests) - - [Managing Issues and Pull Requests](#managing-issues-and-pull-requests) - [Welcoming First-Time Contributors](#welcoming-first-time-contributors) - [Closing Issues and Pull Requests](#closing-issues-and-pull-requests) - [Author ready pull requests](#author-ready-pull-requests) @@ -45,14 +44,9 @@ Collaborators should understand the ## Issues and Pull Requests -### Managing Issues and Pull Requests - -Collaborators should take full responsibility for managing issues and pull -requests they feel qualified to handle. Make sure this is done while being -mindful of these guidelines, the opinions of other Collaborators, and guidance -of the [TSC][]. They may also notify other qualified parties for more input on -an issue or a pull request. -See [Who to CC in the issue tracker](#who-to-cc-in-the-issue-tracker). +Mind these guidelines, the opinions of other Collaborators, and guidance of the +[TSC][]. Notify other qualified parties for more input on an issue or a pull +request. See [Who to CC in the issue tracker](#who-to-cc-in-the-issue-tracker). ### Welcoming First-Time Contributors