Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nginx
GitHub Repository: nginx/nginx.org
Path: blob/main/xml/en/community.xml
1 views
1
<!--
2
Copyright (C) Nginx, Inc.
3
-->
4
5
<!DOCTYPE article SYSTEM "../../dtd/article.dtd">
6
7
<article name="nginx: community"
8
link="/en/community.html"
9
lang="en"
10
rev="5">
11
12
<section name="Community and Governance">
13
14
<para>
15
Open source powers much of the technology world.
16
NGINX has been a strong part of this movement from its inception.
17
As the internet has grown, so have we, from our initial web server to the
18
myriad of projects involving JavaScript, Kubernetes, API gateways,
19
OpenTelemetry, and WebAssembly.
20
NGINX is committed to open source both in ethos and practicality, aiming to
21
deliver reliable and cutting-edge technology
22
within a healthy open source culture.
23
Whether NGINX is part of your open source past or a step in your present,
24
we welcome you into the future together.
25
</para>
26
27
<para>
28
To learn more about our commitment, please visit
29
our <link doc="docs/governance.xml">Governance</link> page.
30
</para>
31
32
</section>
33
34
35
<section name="Committed to Our Mission">
36
37
<para>
38
We believe that healthy communities are core to innovation
39
and open source sustainability.
40
It is our mission to enable the NGINX community to engage with
41
and develop solutions based on open and available NGINX technologies.
42
Together we can power the future.
43
</para>
44
45
<para>
46
Our community is your entry into an open world of information, collaboration,
47
and discussion.
48
Thanks for joining us.
49
</para>
50
51
</section>
52
53
54
<section name="Code of Conduct">
55
56
<para>
57
Per our values, NGINX strives to create an inclusive community for all.
58
Please remember our
59
<link url="https://github.com/nginx/nginx/blob/master/CODE_OF_CONDUCT.md">
60
Code of Conduct</link>
61
(CoC) when participating in the NGINX community.
62
</para>
63
64
<para>
65
If you wish to tell us about a CoC violation,
66
please email us here:
67
<link url="mailto://[email protected]">[email protected]</link>
68
</para>
69
70
</section>
71
72
73
<section name="Community Spaces">
74
75
<para>
76
Find the NGINX community here:
77
78
<list type="bullet">
79
80
<listitem>
81
<link url="https://github.com/nginx/nginx/discussions">GitHub Discussions</link>
82
</listitem>
83
84
<listitem>
85
<link url="https://community.nginx.org">Community Forum</link>
86
</listitem>
87
88
<listitem>
89
<link url="https://x.com/nginxorg">X.com</link>
90
</listitem>
91
92
<listitem>
93
<link url="https://www.youtube.com/nginxinc">YouTube</link>
94
</listitem>
95
96
</list>
97
98
</para>
99
100
</section>
101
102
103
<section name="Development">
104
105
<para>
106
<list type="bullet">
107
108
<listitem>
109
<link url="https://github.com/nginx/nginx">
110
Browse a Source Code</link>
111
</listitem>
112
113
<listitem>
114
<link url="https://github.com/nginx/nginx/issues">
115
Report a Bug</link>
116
</listitem>
117
118
<listitem>
119
<link doc="docs/contributing_changes.xml">
120
Participate</link>
121
</listitem>
122
123
</list>
124
</para>
125
126
</section>
127
128
</article>
129
130