From 1582b502b666ff7bd33971e39a227535750998e9 Mon Sep 17 00:00:00 2001 From: BatmanAoD Date: Tue, 28 May 2019 15:33:23 -0600 Subject: [PATCH 1/2] Create triage-wg-welcome.md First draft of triage wg announcement --- announcements/triage-wg-welcome.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 announcements/triage-wg-welcome.md diff --git a/announcements/triage-wg-welcome.md b/announcements/triage-wg-welcome.md new file mode 100644 index 0000000..ea15b99 --- /dev/null +++ b/announcements/triage-wg-welcome.md @@ -0,0 +1,24 @@ +The Release team is pleased to announce the **triage working group**, which will +assume responsibility for triaging issues and pull requests in the +[rust-lang](https://github.com/rust-lang) repositories as well as for +diagnosing failures in Crater runs. + +Triaging is a high-impact activity that requires a relatively small time commitment. +The goal is to prevent issues and pull requests from being ignored by the +Rust team or forgotten by the contributors who submit them, and to ensure +that everyone involved in the process knows what the next step is in the process +toward resolving an issue or merging a pull request. In a large project +like Rust, keeping up with community contributions is one of the main +difficulties when scaling up development efforts, so the triage WG's efforts +will alleviate a key pain point in Rust's growth. + +Triaging does not require reading or writing code. If you like the Rust project +and would like to help it advance but do not feel comfortable submitting +pull requests, this is the perfect WG to join. + +If you're interested in becomoing a triage WG member, please leave a message in +the #triage-wg channel on the [rust-lang +Discord][https://discord.gg/rust-lang]! + +For more information, please see [the charter for the new +group](https://github.com/rust-lang/release-team/blob/master/charters/triage-wg.md). From 9fc9dd4c9af67dc77b02cf1a6f05241bcef81e9f Mon Sep 17 00:00:00 2001 From: BatmanAoD Date: Tue, 28 May 2019 15:58:21 -0600 Subject: [PATCH 2/2] Update triage-wg-welcome.md Change the "no programming" paragraph into a single sentence; realign raw text to limit at 80 columns --- announcements/triage-wg-welcome.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/announcements/triage-wg-welcome.md b/announcements/triage-wg-welcome.md index ea15b99..231bc90 100644 --- a/announcements/triage-wg-welcome.md +++ b/announcements/triage-wg-welcome.md @@ -1,20 +1,17 @@ -The Release team is pleased to announce the **triage working group**, which will -assume responsibility for triaging issues and pull requests in the +The Release team is pleased to announce the **triage working group**, which +will assume responsibility for triaging issues and pull requests in the [rust-lang](https://github.com/rust-lang) repositories as well as for diagnosing failures in Crater runs. -Triaging is a high-impact activity that requires a relatively small time commitment. -The goal is to prevent issues and pull requests from being ignored by the -Rust team or forgotten by the contributors who submit them, and to ensure -that everyone involved in the process knows what the next step is in the process -toward resolving an issue or merging a pull request. In a large project -like Rust, keeping up with community contributions is one of the main -difficulties when scaling up development efforts, so the triage WG's efforts -will alleviate a key pain point in Rust's growth. - -Triaging does not require reading or writing code. If you like the Rust project -and would like to help it advance but do not feel comfortable submitting -pull requests, this is the perfect WG to join. +Triaging is a high-impact activity that requires a relatively small time +commitment. It also does not require reading or writing code. The goal of +triage is to prevent issues and pull requests from being ignored by the Rust +team or forgotten by the contributors who submit them, and to ensure that +everyone involved in the process knows what the next step is in the process +toward resolving an issue or merging a pull request. In a large project like +Rust, keeping up with community contributions is one of the main difficulties +when scaling up development efforts, so the triage WG's efforts will alleviate +a key pain point in Rust's growth. If you're interested in becomoing a triage WG member, please leave a message in the #triage-wg channel on the [rust-lang @@ -22,3 +19,4 @@ Discord][https://discord.gg/rust-lang]! For more information, please see [the charter for the new group](https://github.com/rust-lang/release-team/blob/master/charters/triage-wg.md). +