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