@@ -14,7 +14,7 @@ The following is a set of guidelines for contributing to the NGINX Prometheus Ex
14
14
* [ Git Style Guide] ( #git-style-guide )
15
15
* [ Go Style Guide] ( #go-style-guide )
16
16
17
- [ Code of Conduct] ( #code-of-conduct )
17
+ [ Code of Conduct] ( https://github.com/nginxinc/nginx-prometheus-exporter/blob/master/CODE_OF_CONDUCT.md )
18
18
19
19
## Ask a Question
20
20
@@ -64,80 +64,3 @@ Note: if you’d like to implement a new feature, please consider creating a fea
64
64
* Run ` gofmt ` over your code to automatically resolve a lot of style issues. Most editors support this running automatically when saving a code file.
65
65
* Run ` go lint ` and ` go vet ` on your code too to catch any other issues.
66
66
* Follow this guide on some good practice and idioms for Go - https://github.com/golang/go/wiki/CodeReviewComments
67
-
68
- ## Code of Conduct
69
-
70
- This project and everyone participating in it is governed by this code.
71
-
72
- ### Our Pledge
73
-
74
- In the interest of fostering an open and welcoming environment, we as
75
- contributors and maintainers pledge to making participation in our project and
76
- our community a harassment-free experience for everyone, regardless of age, body
77
- size, disability, ethnicity, sex characteristics, gender identity and expression,
78
- level of experience, education, socio-economic status, nationality, personal
79
- appearance, race, religion, or sexual identity and orientation.
80
-
81
- ### Our Standards
82
-
83
- Examples of behavior that contributes to creating a positive environment
84
- include:
85
-
86
- * Using welcoming and inclusive language
87
- * Being respectful of differing viewpoints and experiences
88
- * Gracefully accepting constructive criticism
89
- * Focusing on what is best for the community
90
- * Showing empathy towards other community members
91
-
92
- Examples of unacceptable behavior by participants include:
93
-
94
- * The use of sexualized language or imagery and unwelcome sexual attention or
95
- advances
96
- * Trolling, insulting/derogatory comments, and personal or political attacks
97
- * Public or private harassment
98
- * Publishing others' private information, such as a physical or electronic
99
- address, without explicit permission
100
- * Other conduct which could reasonably be considered inappropriate in a
101
- professional setting
102
-
103
- ### Our Responsibilities
104
-
105
- Project maintainers are responsible for clarifying the standards of acceptable
106
- behavior and are expected to take appropriate and fair corrective action in
107
- response to any instances of unacceptable behavior.
108
-
109
- Project maintainers have the right and responsibility to remove, edit, or
110
- reject comments, commits, code, wiki edits, issues, and other contributions
111
- that are not aligned to this Code of Conduct, or to ban temporarily or
112
- permanently any contributor for other behaviors that they deem inappropriate,
113
- threatening, offensive, or harmful.
114
-
115
- ### Scope
116
-
117
- This Code of Conduct applies both within project spaces and in public spaces
118
- when an individual is representing the project or its community. Examples of
119
- representing a project or community include using an official project e-mail
120
- address, posting via an official social media account, or acting as an appointed
121
- representative at an online or offline event. Representation of a project may be
122
- further defined and clarified by project maintainers.
123
-
124
- ### Enforcement
125
-
126
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
127
- reported by contacting the project team at
[ mailto:[email protected] ] . All
128
- complaints will be reviewed and investigated and will result in a response that
129
- is deemed necessary and appropriate to the circumstances. The project team is
130
- obligated to maintain confidentiality with regard to the reporter of an incident.
131
- Further details of specific enforcement policies may be posted separately.
132
-
133
- Project maintainers who do not follow or enforce the Code of Conduct in good
134
- faith may face temporary or permanent repercussions as determined by other
135
- members of the project's leadership.
136
-
137
- ### Attribution
138
-
139
- This Code of Conduct is adapted from the [ Contributor Covenant] [ homepage ] , version 1.4,
140
- available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
141
-
142
- [ homepage ] : https://www.contributor-covenant.org
143
-
0 commit comments