diff options
| author | Alessandro Fael Garcia <alessfg@hotmail.com> | 2025-06-10 16:14:53 +0200 |
|---|---|---|
| committer | Sergey Kandaurov <s.kandaurov@f5.com> | 2025-12-04 19:08:14 +0400 |
| commit | 367113670ecda664074926e1ceb66fcef03972d1 (patch) | |
| tree | 108901f7f93bd2fc6f9c9793dcba5e36bf6da03c /README.md | |
| parent | ab4f5b2d32c1f621ebdf5816a34b568015b98c63 (diff) | |
| download | nginx-367113670ecda664074926e1ceb66fcef03972d1.tar.gz nginx-367113670ecda664074926e1ceb66fcef03972d1.tar.bz2 | |
Update GitHub templates and markdown files.
- Issue templates are replaced with forms. Forms allow to explicitly ask
for certain info before an issue is opened, they can be programmatically
queried via GH actions to get the data in fields.
- Added language around GH discussions vs the forum in the issue forms.
- Added GH discussions templates. These templates delineate which types
of discussions belong on GitHub vs the community forum.
- Created SUPPORT.md to delineate which types of topics belong on GitHub
vs different support channels (community forum/docs/commercial support).
- Updated CONTRIBUTING.md:
- Removed text that belongs in SUPPORT.md.
- Added F5 CLA clarifying text.
- Added badges to README.md. Most of these are there to make information
even clearer, moreso for users reading README.md from sources outside
GitHub.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -4,6 +4,11 @@ <img alt="NGINX Banner"> </picture> +[](https://www.repostatus.org/#active) +[](https://community.nginx.org) +[](/LICENSE) +[](/CODE_OF_CONDUCT.md) + NGINX (pronounced "engine x" or "en-jin-eks") is the world's most popular Web Server, high performance Load Balancer, Reverse Proxy, API Gateway and Content Cache. NGINX is free and open source software, distributed under the terms of a simplified [2-clause BSD-like license](LICENSE). @@ -60,7 +65,6 @@ nginx -V ``` > See [Configuring the build](#configuring-the-build) for information on how to include specific Static modules into your nginx build. - ## Configurations NGINX is highly flexible and configurable. Provisioning the software is achieved via text-based config file(s) accepting parameters called "[Directives](https://nginx.org/en/docs/dirindex.html)". See [Configuration File's Structure](https://nginx.org/en/docs/beginners_guide.html#conf_structure) for a comprehensive description of how NGINX configuration files work. @@ -209,9 +213,7 @@ The output of which should start with: ``` # Asking questions and reporting issues -We encourage you to engage with us. -- [NGINX GitHub Discussions](https://github.com/nginx/nginx/discussions), is the go-to place to start asking questions and sharing your thoughts. -- Our [GitHub Issues](https://github.com/nginx/nginx/issues) page offers space to submit and discuss specific issues, report bugs, and suggest enhancements. +See our [Support](SUPPORT.md) guidelines for information on how discuss the codebase, ask troubleshooting questions, and report issues. # Contributing code Please see the [Contributing](CONTRIBUTING.md) guide for information on how to contribute code. |
