Sha256: f13f3d2fbc0fe89b34b6abd2f2a1cd5a6e3a83d77bafed115eb0f7db29c566d2

Contents?: true

Size: 1.25 KB

Versions: 13

Compression:

Stored size: 1.25 KB

Contents

# Contribution guide

Thank you for using net-ldap. If you'd like to help, keep these guidelines in
mind.

## Submitting a New Issue

If you find a bug, or would like to propose an idea, file a [new issue][issues].
Include as many details as possible:

- Version of net-ldap gem
- LDAP server version
- Queries, connection information, any other input
- output or error messages

## Sending a Pull Request

[Pull requests][pr] are always welcome!

Check out [the project's issues list][issues] for ideas on what could be improved.

Before sending, please add tests and ensure the test suite passes.

To run the full suite:

  `bundle exec rake`

To run a specific test file:

  `bundle exec ruby test/test_ldap.rb`

To run a specific test:

  `bundle exec ruby test/test_ldap.rb -n test_instrument_bind`

Pull requests will trigger automatic continuous integration builds on
[TravisCI][travis]. To run integration tests locally, see the `test/support`
folder.

## Styleguide

```ruby
# 1.9+ style hashes
{key: "value"}

# Multi-line arguments with `\`
MyClass.new \
  foo: 'bar',
  baz: 'garply'
```

[issues]: https://github.com/ruby-net-ldap/ruby-net-ldap/issues
[pr]: https://help.github.com/articles/using-pull-requests
[travis]: https://travis-ci.org/ruby-ldap/ruby-net-ldap

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
net-ldap-0.16.2 CONTRIBUTING.md
net-ldap-0.16.1 CONTRIBUTING.md
net-ldap-0.16.0 CONTRIBUTING.md
net-ldap-0.15.0 CONTRIBUTING.md
net-ldap-0.14.0 CONTRIBUTING.md
net-ldap-0.13.0 CONTRIBUTING.md
net-ldap-0.12.1 CONTRIBUTING.md
net-ldap-0.12.0 CONTRIBUTING.md
rubinius-net-ldap-0.11 CONTRIBUTING.md
net-ldap-0.11 CONTRIBUTING.md
net-ldap-0.10.1 CONTRIBUTING.md
net-ldap-0.10.0 CONTRIBUTING.md
net-ldap-0.9.0 CONTRIBUTING.md