Sha256: 3cd30890f708e055c540e1b600a01e11c44337326d64809eb8ff0c8bc141e4aa

Contents?: true

Size: 1.06 KB

Versions: 19

Compression:

Stored size: 1.06 KB

Contents

# Contributing

- Always add tests
- Update documentation if needed
- Do not commit build artifacts in the `dist` directory

## Bug fixes

Always add a test for the bug in a separate commit so we can easily cherry pick
it for verification.

## New features

It's recommended to open an issue before sending a pull request to avoid
unnecessary work. There are quite few areas we consider to be out of scope for
this library. Idea is to add few generic string helpers for Javascript. For
example anything related to internationalization or is too language specific
is out of scope.

## Release checklist

(for maintainers)

  - Write a changelog entry to `CHANGELOG.markdown`
    - Use Github compare to see what has changed from previous tag. Ex https://github.com/epeli/underscore.string/compare/3.0.0...master 
  - Update the version in the `package.json`
  - Publish a new version of _.string `npm run release`
  - Update the [gh-pages][ghp] branch `npm run bump`

[d]: https://github.com/epeli/underscore.string/releases
[ghp]: https://github.com/epeli/underscore.string/tree/gh-pages

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ela-4.1.6 node_modules/underscore.string/CONTRIBUTING.markdown
ela-4.1.5 node_modules/underscore.string/CONTRIBUTING.markdown
ela-4.1.4 node_modules/underscore.string/CONTRIBUTING.markdown
ela-4.1.3 node_modules/underscore.string/CONTRIBUTING.markdown
ela-4.1.2 node_modules/underscore.string/CONTRIBUTING.markdown
ela-4.1.1 node_modules/underscore.string/CONTRIBUTING.markdown
ela-4.1.0 node_modules/underscore.string/CONTRIBUTING.markdown
ela-4.0.0 node_modules/underscore.string/CONTRIBUTING.markdown
ela-3.4.3 node_modules/underscore.string/CONTRIBUTING.markdown
ela-3.4.2 node_modules/underscore.string/CONTRIBUTING.markdown
ela-3.4.0 node_modules/underscore.string/CONTRIBUTING.markdown
ela-3.3.1 node_modules/underscore.string/CONTRIBUTING.markdown
ela-3.3.0 node_modules/underscore.string/CONTRIBUTING.markdown
ela-3.2.0 node_modules/underscore.string/CONTRIBUTING.markdown
ela-3.1.1 node_modules/underscore.string/CONTRIBUTING.markdown
ela-3.1.0 node_modules/underscore.string/CONTRIBUTING.markdown
ela-3.0.0 node_modules/underscore.string/CONTRIBUTING.markdown
ela-2.0.0 node_modules/underscore.string/CONTRIBUTING.markdown
ela-1.1.0 node_modules/underscore.string/CONTRIBUTING.markdown