From e8d86b378cc042577aed7cf0cb9bf7bc6eb2c26a Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:49:16 -0700 Subject: [PATCH] fix: Include option to clone in CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a0af1f48..3988f3345 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,6 +41,7 @@ To understand how we use Git in this repository, read our [Git conventions](/doc The broad workflow is as follows: - Fork the NGINX repository + - If you're an F5/NGINX user, you can work from a clone - Create a branch - Implement your changes in your branch - Submit a pull request (PR) when your changes are ready for review