Skip to content
Browse files

Merge pull request #2 from indieweb/code-of-conduct

Add Code of Conduct and ##Contributing section to README
  • Loading branch information...
2 parents 73e04d7 + cdbef56 commit 7127a92f32cecbf8166fb3b34130a59ea63e2041 @aaronpk aaronpk committed Apr 13, 2016
Showing with 27 additions and 2 deletions.
  1. +5 −0 CODE_OF_CONDUCT.md
  2. +22 −2 README.md
View
5 CODE_OF_CONDUCT.md
@@ -0,0 +1,5 @@
+# Contributor Code of Conduct
+
+See the Code of Conduct on the IndieWebCamp wiki.
+
+https://indiewebcamp.com/code-of-conduct
View
24 README.md
@@ -1,5 +1,4 @@
-link-rel-parser-php
-===================
+# link-rel-parser-php
[![Build Status](https://travis-ci.org/indieweb/link-rel-parser-php.png?branch=master)](http://travis-ci.org/indieweb/link-rel-parser-php)
@@ -12,3 +11,24 @@ To run the tests, run this on your command line:
```
./phpunit.phar
```
+
+
+## Contributing
+
+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).
+
+1. Fork it
+2. Get it running
+3. Create your feature branch (`git checkout -b my-new-feature`)
+4. Write your code and **tests**
+5. Commit your changes (`git commit -am 'Add some feature'`)
+6. Push to the branch (`git push origin my-new-feature`)
+7. Create new Pull Request
+
+If you find bugs, have feature requests or questions, please
+[file an issue](https://github.com/indieweb/link-rel-parser-php/issues).
+
+
+## Code of Conduct
+
+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 comments on commit 7127a92

Please sign in to comment.
Something went wrong with that request. Please try again.