Skip to content

Commit 7127a92

Browse files
committed
Merge pull request #2 from indieweb/code-of-conduct
Add Code of Conduct and ##Contributing section to README
2 parents 73e04d7 + cdbef56 commit 7127a92

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CODE_OF_CONDUCT.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contributor Code of Conduct
2+
3+
See the Code of Conduct on the IndieWebCamp wiki.
4+
5+
https://indiewebcamp.com/code-of-conduct

README.md

+22-2
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,24 @@ 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 [IndieWebCamp Code of Conduct](https://indiewebcamp.com/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 [link-rel-parser-php code of conduct](https://indiewebcamp.com/code-of-conduct).

0 commit comments

Comments
 (0)