Skip to content

Commit 70ec9d6

Browse files
committed
Add development section
1 parent 20259ae commit 70ec9d6

File tree

4 files changed

+81
-53
lines changed

4 files changed

+81
-53
lines changed

CONTRIBUTING

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

docs/development/code-of-conduct.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Contributor Code of Conduct
2+
3+
As contributors and maintainers of this project, and in the interest of
4+
fostering an open and welcoming community, we pledge to respect all people who
5+
contribute through reporting issues, posting feature requests, updating
6+
documentation, submitting pull requests or patches, and other activities.
7+
8+
We are committed to making participation in this project a harassment-free
9+
experience for everyone, regardless of level of experience, gender, gender
10+
identity and expression, sexual orientation, disability, personal appearance,
11+
body size, race, ethnicity, age, religion, or nationality.
12+
13+
Examples of unacceptable behavior by participants include:
14+
15+
* The use of sexualized language or imagery
16+
* Personal attacks
17+
* Trolling or insulting/derogatory comments
18+
* Public or private harassment
19+
* Publishing other's private information, such as physical or electronic
20+
addresses, without explicit permission
21+
* Other unethical or unprofessional conduct
22+
23+
Project maintainers have the right and responsibility to remove, edit, or
24+
reject comments, commits, code, wiki edits, issues, and other contributions
25+
that are not aligned to this Code of Conduct, or to ban temporarily or
26+
permanently any contributor for other behaviors that they deem inappropriate,
27+
threatening, offensive, or harmful.
28+
29+
By adopting this Code of Conduct, project maintainers commit themselves to
30+
fairly and consistently applying these principles to every aspect of managing
31+
this project. Project maintainers who do not follow or enforce the Code of
32+
Conduct may be permanently removed from the project team.
33+
34+
This Code of Conduct applies both within project spaces and in public spaces
35+
when an individual is representing the project or its community.
36+
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
38+
reported by contacting a project maintainer at [[email protected]](mailto:[email protected]). All
39+
complaints will be reviewed and investigated and will result in a response that
40+
is deemed necessary and appropriate to the circumstances. Maintainers are
41+
obligated to maintain confidentiality with regard to the reporter of an
42+
incident.
43+
44+
45+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
46+
version 1.3.0, available at
47+
[http://contributor-covenant.org/version/1/3/0/][version]
48+
49+
[homepage]: http://contributor-covenant.org
50+
[version]: http://contributor-covenant.org/version/1/3/0/

docs/contributing.md renamed to docs/development/contributing.md

Lines changed: 7 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -96,55 +96,10 @@ In this case, your patch can only be included in the next major version.
9696

9797
## Contributor Code of Conduct
9898

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]](mailto:[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/
99+
This project is released with a [Contributor Code of Conduct](code-of-conduct.md).
100+
By participating in this project you agree to abide by its terms.
101+
102+
103+
## License
104+
105+
All of our packages are licensed under [The MIT License (MIT)](license.md).

docs/development/license.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# License
2+
3+
Copyright (c) 2014-2015 Eric GELOEN <[email protected]>
4+
5+
Copyright (c) 2015 PHP HTTP Team <[email protected]>
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is furnished
12+
to do so, subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in all
15+
copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23+
THE SOFTWARE.

0 commit comments

Comments
 (0)