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.