From 3946a8d9e5bb995b423fdcf473a15d764f36e45c Mon Sep 17 00:00:00 2001 From: Austin Parker Date: Mon, 30 Jan 2023 20:43:49 -0500 Subject: [PATCH] Update contributing guidelines Make clear that we will no longer accept PR's from protected forks. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9790620ea9..571ade1d82 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,7 +115,8 @@ To create a new PR, fork the project in GitHub and clone the upstream repo: > **Note** > Please fork to a personal GitHub account rather than a corporate/enterprise -> one so maintainers can push commits to your branch. +> one so maintainers can push commits to your branch. +> **Pull requests from protected forks will not be accepted.** ```sh git clone https://github.com/open-telemetry/opentelemetry-demo.git