From 53f70f63ac7ff22c34338999d92801c5adff63c7 Mon Sep 17 00:00:00 2001 From: Willow Carretero Chavez Date: Fri, 22 Sep 2023 23:33:36 -0400 Subject: [PATCH 1/3] Add the poly Google group email as a method of contact. --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 904fe22c..5d923f45 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -61,7 +61,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -[INSERT CONTACT METHOD]. +poly-collaborators@googlegroups.com. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d4bcb86..2a5f84f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,8 +60,6 @@ As one final guideline please be welcoming to newcomers and encourage new contri Unsure where to begin contributing to Poly? You can start by looking through these beginner and help-wanted issues: -[Beginner issues](https://github.com/TimothyStiles/poly/issues?q=is%3Aissue+is%3Aopen+label%3A%22beginner%22+) - issues which should only require a few lines of code, and a test or two. - [Good first issues](https://github.com/TimothyStiles/poly/contribute) - issues which are good for first time contributors. [Help wanted issues](https://github.com/TimothyStiles/poly/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+) - issues which should be a bit more involved than beginner issues. @@ -97,14 +95,14 @@ Whether you're a beginner with Go or you're an experienced developer, You should ### Security disclosures -If you find a security vulnerability, do NOT open an issue. I've yet to set up a security email for this so please in the interim DM me on twitter for my email [@timothystiles](https://twitter.com/TimothyStiles). +If you find a security vulnerability, do NOT open an issue. Instead, email poly-collaborators@googlegroups.com with a description of the vulnerability and we will get in contact with you ASAP. In order to determine whether you are dealing with a security issue, ask yourself these two questions: * Can I access something that's not mine, or something I shouldn't have access to? * Can I disable something for other people? -If the answer to either of those two questions are "yes", then you're probably dealing with a security issue. Note that even if you answer "no" to both questions, you may still be dealing with a security issue, so if you're unsure, just DM me [@timothystiles](https://twitter.com/TimothyStiles) for my personal email until I can set up a security related email. +If the answer to either of those two questions are "yes", then you're probably dealing with a security issue. Note that even if you answer "no" to both questions, you may still be dealing with a security issue, so if you're unsure, shoot an email to poly-collaborators@googlegroups.com. ### Non-security related bugs From bdac4089af1c620035fcfcacd861821c92c4f90f Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 5 Nov 2023 16:32:56 -0800 Subject: [PATCH 2/3] Update CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 5d923f45..e866e013 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -61,7 +61,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -poly-collaborators@googlegroups.com. +poly.maintainers@bebop.bio All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the From 1c51c2b9d40c8bb34295ac441da5b39f33ef9bd7 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 5 Nov 2023 16:33:37 -0800 Subject: [PATCH 3/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a5f84f8..df7b9f9a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -102,7 +102,7 @@ In order to determine whether you are dealing with a security issue, ask yoursel * Can I access something that's not mine, or something I shouldn't have access to? * Can I disable something for other people? -If the answer to either of those two questions are "yes", then you're probably dealing with a security issue. Note that even if you answer "no" to both questions, you may still be dealing with a security issue, so if you're unsure, shoot an email to poly-collaborators@googlegroups.com. +If the answer to either of those two questions are "yes", then you're probably dealing with a security issue. Note that even if you answer "no" to both questions, you may still be dealing with a security issue, so if you're unsure, shoot an email to poly.maintainers@bebop.bio. ### Non-security related bugs