Skip to content

Commit 7d4fa8c

Browse files
Add Code of Conduct and ##Contributing section to README
1 parent 73e04d7 commit 7d4fa8c

File tree

2 files changed

+72
-2
lines changed

2 files changed

+72
-2
lines changed

CODE_OF_CONDUCT.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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 aaron@parecki.com. 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+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
45+
version 1.3.0, available at
46+
[http://contributor-covenant.org/version/1/3/0/][version]
47+
48+
[homepage]: http://contributor-covenant.org
49+
[version]: http://contributor-covenant.org/version/1/3/0/

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
link-rel-parser-php
2-
===================
1+
# link-rel-parser-php
32

43
[![Build Status](https://travis-ci.org/indieweb/link-rel-parser-php.png?branch=master)](http://travis-ci.org/indieweb/link-rel-parser-php)
54

@@ -12,3 +11,25 @@ To run the tests, run this on your command line:
1211
```
1312
./phpunit.phar
1413
```
14+
15+
16+
## Contributing
17+
18+
Bug reports and pull requests are welcome on GitHub at https://github.com/indieweb/link_rel_parser-ruby/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
19+
20+
1. Fork it
21+
2. Get it running
22+
3. Create your feature branch (`git checkout -b my-new-feature`)
23+
4. Write your code and **tests**
24+
5. Commit your changes (`git commit -am 'Add some feature'`)
25+
6. Push to the branch (`git push origin my-new-feature`)
26+
7. Create new Pull Request
27+
28+
If you find bugs, have feature requests or questions, please
29+
[file an issue](https://github.com/indieweb/link-rel-parser-php/issues).
30+
31+
32+
## Code of Conduct
33+
34+
Everyone interacting in the link-rel-parser-php codebase, issue tracker, chat room, and mailing lists is expected to follow the
35+
[link-rel-parser-php code of conduct](https://github.com/indieweb/link-rel-parser-php/blob/master/CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)