From 52d9374c0e6b7fde58b8dea9345833a90ed3b17d Mon Sep 17 00:00:00 2001 From: Dmitry Plotnikov Date: Mon, 21 Aug 2023 13:36:55 -0700 Subject: [PATCH] Added link to NGINX Dev Guilde. --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 979e7c8..9d84fc3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,6 +37,10 @@ To suggest a new feature or other improvement, create an issue on GitHub and cho +### NGINX Code Guidelines + +Before diving into the NGINX codebase or contributing, it's important to understand the fundamental principles and techniques outlined in the [NGINX Development Guide] (http://nginx.org/en/docs/dev/development_guide.html). + ### Git Guidelines - Keep a clean, concise and meaningful git commit history on your branch (within reason), rebasing locally and squashing before submitting a PR.