From 156afd3c7f5a79f5e85c8e4b78899a0c1201d9c4 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Fri, 11 Dec 2020 15:39:43 -0800 Subject: [PATCH 1/2] Add intent for using Discussions feature in repo --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index bddb85540ac..e328e987248 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,18 @@ To install a specific version, visit [releases](https://github.com/PowerShell/Po For more information on how and why we built this dashboard, check out this [blog post](https://devblogs.microsoft.com/powershell/powershell-open-source-community-dashboard/). +## Discussions + +[GitHub Discussions](https://docs.github.com/en/free-pro-team@latest/discussions/quickstart) is a feature to enable fluid and open discussions within the community +for topics that are not related to code, unlike issues. + +This is an experiment we are trying in our repos to see if it helps move discussions out of issues so that issues remain actionable by the team or members of the community. +There should be no expectation that PowerShell team members are regular participants in the discussions. +Individual PowerShell team members may choose to participate in discussions, but the expectation is that community members help drive discussions so that team members +can focus on issues. + +Create or join a [discussion](https://github.com/PowerShell/PowerShell/discussions). + ## Chat Want to chat with other members of the PowerShell community? From 8a2c92b65e1b486a534f362dfd3618ae8e690438 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Fri, 11 Dec 2020 16:23:56 -0800 Subject: [PATCH 2/2] address spelling failure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e328e987248..e4c40354fe4 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ For more information on how and why we built this dashboard, check out this [blo [GitHub Discussions](https://docs.github.com/en/free-pro-team@latest/discussions/quickstart) is a feature to enable fluid and open discussions within the community for topics that are not related to code, unlike issues. -This is an experiment we are trying in our repos to see if it helps move discussions out of issues so that issues remain actionable by the team or members of the community. +This is an experiment we are trying in our repositories to see if it helps move discussions out of issues so that issues remain actionable by the team or members of the community. There should be no expectation that PowerShell team members are regular participants in the discussions. Individual PowerShell team members may choose to participate in discussions, but the expectation is that community members help drive discussions so that team members can focus on issues.