From 2879b689d4d13d285cfaff5d2bedbecead52d2ab Mon Sep 17 00:00:00 2001 From: Jacob Herrington Date: Wed, 29 Sep 2021 12:59:02 -0500 Subject: [PATCH] Update instructions for GitHub actions [ci skip] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34a70d1972..51b9bf4ff3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -168,7 +168,7 @@ help. There's no need to update the changelog ([`History.md`](History.md)); that is done [when a new release is made](Release.md). -Puma uses GitHub Actions for its main CI testing. Please consider running the CI in your fork before creating a PR. A new repo (including forks) has Actions disabled. It can be set from the 'Settings' tab on your repo's web page. +Puma uses [GitHub Actions](https://docs.github.com/en/actions) for CI testing. Please consider running the workflows in your fork before creating a PR. It is possible to enable GitHub Actions on your fork in the repositories' `Actions` tab. ## Backports