Sha256: 8c17c6fecb2643a106a6fc96e567a69780e988759882c94887554736c939729a

Contents?: true

Size: 1.21 KB

Versions: 12

Compression:

Stored size: 1.21 KB

Contents

# Issue and Pull Request Guidlines

Thank you for getting involved in making Nokogiri better!


## Code of Conduct

For best results, be nice. Remember that Nokogiri maintainers are
volunteers, and treat them with respect.

Do not act entitled to service. Do not be rude. Do not use judgmental
or foul language.

The maintainers reserve the right to delete comments that are rude, or
that contain foul language. The maintainers reserve the right to
delete comments that they deem harassing or offensive.


## Issues

Please read the
["Getting Help" tutorial](http://www.nokogiri.org/tutorials/getting_help.html)
at the [nokogiri.org](http://nokogiri.org) site.

If you're reporting an issue, it must contain:

* Example code that reproduces the **observed** behavior.
* An explanation of what the **expected** behavior is.

That's it. If you don't provide that information, we'll ask you for
it, tag the story "needs more information", and then after a time will
close it if the information isn't provided.


## Pull Requests

Pull requests must always contain a test to prevent
regressions. Preferably, the test should demonstrate the __intent__ of
the code.

We may ask you for clarification if we don't understand the intent of
the change.

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
nokogiri-1.6.8.rc3 CONTRIBUTING.md
nokogiri-1.6.8.rc3-x86-mingw32 CONTRIBUTING.md
nokogiri-1.6.8.rc3-x64-mingw32 CONTRIBUTING.md
nokogiri-1.6.8.rc3-java CONTRIBUTING.md
nokogiri-1.6.8.rc2 CONTRIBUTING.md
nokogiri-1.6.8.rc2-x86-mingw32 CONTRIBUTING.md
nokogiri-1.6.8.rc2-x64-mingw32 CONTRIBUTING.md
nokogiri-1.6.8.rc2-java CONTRIBUTING.md
nokogiri-1.6.8.rc1 CONTRIBUTING.md
nokogiri-1.6.8.rc1-x86-mingw32 CONTRIBUTING.md
nokogiri-1.6.8.rc1-x64-mingw32 CONTRIBUTING.md
nokogiri-1.6.8.rc1-java CONTRIBUTING.md