Sha256: e4bbd62d8510c2de3c8a211f919aff98c6dbb2ec42a565c43c2e4e2482b581bd

Contents?: true

Size: 1.15 KB

Versions: 29

Compression:

Stored size: 1.15 KB

Contents

# How to Contribute

## Pull Requests

We also accept [pull requests][pull-request]!

Generally we like to see pull requests that

- Maintain the existing code style
- Are focused on a single change (i.e. avoid large refactoring or style adjustments in untouched code if not the primary goal of the pull request)
- Have [good commit messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
- Have tests
- Don't decrease the current code coverage (see coverage/lcov-report/index.html)

## Building

```
npm install
npm test
```

The `npm test -- dev` implements watching for tests within Node and `karma start` may be used for manual testing in browsers.

If you notice any problems, please report them to the GitHub issue tracker at
[http://github.com/kpdecker/jsdiff/issues](http://github.com/kpdecker/jsdiff/issues).

## Releasing

JsDiff utilizes the [release yeoman generator][generator-release] to perform most release tasks.

A full release may be completed with the following:

```
yo release
npm publish
```

[generator-release]: https://github.com/walmartlabs/generator-release
[pull-request]: https://github.com/kpdecker/jsdiff/pull/new/master

Version data entries

29 entries across 29 versions & 3 rubygems

Version Path
decidim-0.26.10 packages/core/node_modules/diff/CONTRIBUTING.md
decidim-0.26.9 packages/core/node_modules/diff/CONTRIBUTING.md
decidim-0.28.0.rc5 packages/core/node_modules/diff/CONTRIBUTING.md
decidim-0.28.0.rc4 packages/core/node_modules/diff/CONTRIBUTING.md
decidim-0.26.8 packages/core/node_modules/diff/CONTRIBUTING.md
decidim-0.27.4 packages/core/node_modules/diff/CONTRIBUTING.md
epuber-stylus-source-0.56.0 vendor/node_modules/diff/CONTRIBUTING.md
appmap-0.72.2 ./node_modules/diff/CONTRIBUTING.md
appmap-0.72.1 ./node_modules/diff/CONTRIBUTING.md
appmap-0.72.0 ./node_modules/diff/CONTRIBUTING.md
appmap-0.71.0 ./node_modules/diff/CONTRIBUTING.md
appmap-0.70.2 ./node_modules/diff/CONTRIBUTING.md
appmap-0.70.1 ./node_modules/diff/CONTRIBUTING.md
appmap-0.70.0 ./node_modules/diff/CONTRIBUTING.md
appmap-0.69.0 ./node_modules/diff/CONTRIBUTING.md
appmap-0.68.2 ./node_modules/diff/CONTRIBUTING.md
appmap-0.68.1 ./node_modules/diff/CONTRIBUTING.md
appmap-0.68.0 ./node_modules/diff/CONTRIBUTING.md
appmap-0.67.1 ./node_modules/diff/CONTRIBUTING.md
appmap-0.67.0 ./node_modules/diff/CONTRIBUTING.md