Sha256: b24b61218c3d61475ea748f7188f489a3a14ae162cdecdcb2c34f74a60029828

Contents?: true

Size: 894 Bytes

Versions: 13

Compression:

Stored size: 894 Bytes

Contents

# Contributing to Jess

Have a feature idea, bug fix, or refactoring suggestion? Contributions are welcome! Here are some general guidelines.

## Discuss first!

1. Check [Issues][] to see if your contribution has already been discussed and/or implemented.
2. If not, open an issue to discuss your contribution. I won't accept all changes and do not want to waste your time.
3. Once you have the :thumbsup:, fork the repo, make your changes, and open a PR.

## Before you commit

* Did you add tests? New features or changes in behavior should be tested.
* Do all tests and RuboCop checks pass? Run `bundle exec rake` to be sure.
* Did you add a CHANGELOG entry? All non-trivial PRs need one.

## Questions?

Need help writing an appropriate test? Not sure the best way to attack a problem? Please ask by [posting a GitHub issue][Issues]!

[Issues]: https://github.com/mattbrictson/jess/issues

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
jess-1.1.0 CONTRIBUTING.md
jess-1.0.0 CONTRIBUTING.md
jess-0.10.1 CONTRIBUTING.md
jess-0.10.0 CONTRIBUTING.md
jess-0.9.0 CONTRIBUTING.md
jess-0.8.0 CONTRIBUTING.md
jess-0.7.0 CONTRIBUTING.md
jess-0.6.0 CONTRIBUTING.md
jess-0.5.0 CONTRIBUTING.md
jess-0.4.0 CONTRIBUTING.md
jess-0.3.0 CONTRIBUTING.md
jess-0.2.0 CONTRIBUTING.md
jess-0.1.0 CONTRIBUTING.md