diff options
| author | Christoph Blecker <admin@toph.ca> | 2017-05-29 10:01:59 -0700 |
|---|---|---|
| committer | Christoph Blecker <admin@toph.ca> | 2017-05-29 10:01:59 -0700 |
| commit | f3e044056798193c5a1c4ced37f50a638327ed5f (patch) | |
| tree | 3bfc99540fc2ebc155c71c2a5e44c09b592d03df /project-managers | |
| parent | 41346e4f3785c17311bf883cb7a8863100cd7b64 (diff) | |
Fix "Stack Overflow" across docs.
Diffstat (limited to 'project-managers')
| -rw-r--r-- | project-managers/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/project-managers/README.md b/project-managers/README.md index 8879bb70..180df247 100644 --- a/project-managers/README.md +++ b/project-managers/README.md @@ -8,8 +8,8 @@ expected to: * Set the milestone on a PR or issue * Assign issues to the correct people for immediate triage/work * Assign PRs to be reviewed by the correct people -* Close duplicate, stale, misplaced issues -* Close support issues, with a redirect to stackoverflow +* Close duplicate, stale, misplaced issues +* Close support issues, with a redirect to Stack Overflow They should **NOT**: @@ -17,7 +17,7 @@ They should **NOT**: * Apply priority labels to PRs * Apply cherrypick labels to PRs * Edit text of other people's PRs and issues, including deleting comments -* Modify anyone else's release note +* Modify anyone else's release note * Create, edit, delete labels * Create, edit, close, delete milestones * Create, edit, delete releases @@ -41,6 +41,6 @@ The following is the provisional process for adding people to the group: The Contributor Experience working-group leads or Brian Grant (@bgrant0607) will approve or deny your request. -Some prerequisites may need to be completed prior to being added to the github team, such as clarifying relevant policies in our contributor documentation. +Some prerequisites may need to be completed prior to being added to the github team, such as clarifying relevant policies in our contributor documentation. Thanks for helping to manage the project! |
