Skip to content

Commit

Permalink
Document recommended settings for forked repository
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolberg committed Dec 14, 2021
1 parent 82cddff commit 9ea9d66
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]:

```
Expand Down

0 comments on commit 9ea9d66

Please sign in to comment.