From 92f392e0c614eb2bb8222d862d4d3249403616be Mon Sep 17 00:00:00 2001 From: Peter Colberg Date: Tue, 14 Dec 2021 16:42:16 -0500 Subject: [PATCH] Document recommended settings for forked repository --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ab898fb..90eecd80 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,6 +18,16 @@ your proposed changes. 1. Browse to the [runtime repository] and [create a forked repository] under your GitHub username. + In your forked repository, under *Settings* → *Actions* set the *Actions + permissions* to **Disable Actions** to avoid triggering workflow runs in + your own repository, which will fail to fetch the required container + images. + + Under *Settings* → *Merge button* select **Automatically delete head + branches** to have your pull-request branches automatically deleted + when the respective pull request is merged. + + 2. Clone the [runtime repository]: ```