Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85f0d1d

Browse files
committed
Merge pull request #49 from php-http/contributing
Add contributing guide
2 parents 5c0b607 + 3eb9af0 commit 85f0d1d

File tree

4 files changed

+56
-27
lines changed

4 files changed

+56
-27
lines changed

CONDUCT.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

CONTRIBUTING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
http://docs.httplug.io/contributing

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Browse the documentation on [Read the Docs](http://php-http.readthedocs.org/).
1010

1111
## Contributing
1212

13-
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
13+
Please see our [contributing guide](http://docs.httplug.io/en/latest/contributing).
1414

1515

1616
## Security

CONTRIBUTING.md renamed to docs/contributing.md

Lines changed: 54 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ git rebase -i HEAD~3
7575
If your branch conflicts with the master branch, you will need to rebase and repush it with the following commands:
7676

7777
``` bash
78-
$ git remote add upstream [email protected]:php-http/repo-name.git
78+
$ git remote add upstream [email protected]:orga/repo-name.git
7979
$ git pull --rebase upstream master
8080
$ git push -f origin feature-or-bug-fix-description
8181
```
@@ -94,7 +94,57 @@ please let us know why you think it is important.
9494
In this case, your patch can only be included in the next major version.
9595

9696

97-
## Code of Conduct
97+
## Contributor Code of Conduct
9898

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

Comments
 (0)