@@ -75,7 +75,7 @@ $ git rebase -i HEAD~3
75
75
If your branch conflicts with the master branch, you will need to rebase and repush it with the following commands:
76
76
77
77
``` bash
78
- $ git remote add upstream
[email protected] :
php-http /repo-name.git
78
+ $ git remote add upstream
[email protected] :
orga /repo-name.git
79
79
$ git pull --rebase upstream master
80
80
$ git push -f origin feature-or-bug-fix-description
81
81
```
@@ -94,7 +94,57 @@ please let us know why you think it is important.
94
94
In this case, your patch can only be included in the next major version.
95
95
96
96
97
- ## Code of Conduct
97
+ ## Contributor Code of Conduct
98
98
99
- This project is released with a [ Contributor Code of Conduct] ( CONDUCT.md ) .
100
- By participating in this project you agree to abide by its terms.
99
+ This project is released with a Contributor Code of Conduct.
100
+ By participating in this project you agree to abide by its terms:
101
+
102
+
103
+ As contributors and maintainers of this project, and in the interest of
104
+ fostering an open and welcoming community, we pledge to respect all people who
105
+ contribute through reporting issues, posting feature requests, updating
106
+ documentation, submitting pull requests or patches, and other activities.
107
+
108
+ We are committed to making participation in this project a harassment-free
109
+ experience for everyone, regardless of level of experience, gender, gender
110
+ identity and expression, sexual orientation, disability, personal appearance,
111
+ body size, race, ethnicity, age, religion, or nationality.
112
+
113
+ Examples of unacceptable behavior by participants include:
114
+
115
+ * The use of sexualized language or imagery
116
+ * Personal attacks
117
+ * Trolling or insulting/derogatory comments
118
+ * Public or private harassment
119
+ * Publishing other's private information, such as physical or electronic
120
+ addresses, without explicit permission
121
+ * Other unethical or unprofessional conduct
122
+
123
+ Project maintainers have the right and responsibility to remove, edit, or
124
+ reject comments, commits, code, wiki edits, issues, and other contributions
125
+ that are not aligned to this Code of Conduct, or to ban temporarily or
126
+ permanently any contributor for other behaviors that they deem inappropriate,
127
+ threatening, offensive, or harmful.
128
+
129
+ By adopting this Code of Conduct, project maintainers commit themselves to
130
+ fairly and consistently applying these principles to every aspect of managing
131
+ this project. Project maintainers who do not follow or enforce the Code of
132
+ Conduct may be permanently removed from the project team.
133
+
134
+ This Code of Conduct applies both within project spaces and in public spaces
135
+ when an individual is representing the project or its community.
136
+
137
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
138
+ reported by contacting a project maintainer at
[ [email protected] ] . All
139
+ complaints will be reviewed and investigated and will result in a response that
140
+ is deemed necessary and appropriate to the circumstances. Maintainers are
141
+ obligated to maintain confidentiality with regard to the reporter of an
142
+ incident.
143
+
144
+
145
+ This Code of Conduct is adapted from the [ Contributor Covenant] [ homepage ] ,
146
+ version 1.3.0, available at
147
+ [ http://contributor-covenant.org/version/1/3/0/ ] [ version ]
148
+
149
+ [ homepage ] : http://contributor-covenant.org
150
+ [ version ] : http://contributor-covenant.org/version/1/3/0/
0 commit comments