mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
1.1 KiB
1.1 KiB
Please fill in this template.
- Make your PR against the
masterbranch. - Use a meaningful title for the pull request. Include the name of the package modified.
- Test the change in your own code.
- Follow the advice from the readme.
- Avoid common mistakes.
- Run
npm run lint -- package-nameif atslint.jsonis present.
If adding a new definition:
- The package does not provide its own types, and you can not add them.
- If this is for an NPM package, match the name. If not, do not conflict with the name of an NPM package.
- Run
tscwithout errors. - Include the required files and header. Base these on the README, not on an existing project.
If changing an existing definition:
- Provide a URL to documentation or source code which provides context for the suggested changes: <>
- Increase the version number in the header if appropriate.