Getting Involved¶
Ways to Contribute¶
- IRC - Join #nginx on Libera Chat and help answer questions
- GitHub - Contribute to the NGINX source code
- Documentation - Help improve this wiki
Communication¶
The NGINX development mailing list is the best place for development questions. IRC is mostly server administrators; the mailing list has more module developers.
Reporting Issues¶
When reporting issues, include:
- NGINX version (
nginx -Voutput) - OS and version
- Configuration (sanitized)
- Steps to reproduce
- Expected vs actual behavior
- Debug logs if applicable