File: CONTRIBUTING.md

package info (click to toggle)
node-humanize-duration 3.33.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 548 kB
  • sloc: javascript: 2,155; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 677 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# How to contribute

**Note that this library is in maintenance mode. New languages and bug fixes will be added, but no new features. Please keep this in mind when making a pull request!**

This assumes you have Node and npm installed.

1. Fork the repo on GitHub.
1. Clone the repo.
1. Run `npm install`.
1. Make your changes. _Please add tests!_ If adding a new language, define some tests in _test/definitions_.
1. Update `HISTORY.md` with your changes.
1. If adding a new language, add it to the README.
1. Credit yourself in the README, in `package.json`, and in `bower.json`.
1. Make sure `npm test` doesn't have any errors.
1. Submit your pull request!

Thanks so much.