Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 478 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 478 Bytes

Contributing

TypeScript-Handbook is accepting contributions. If you've submitted a PR for an existing issue, please post a comment in the issue to avoid duplication of effort.

Housekeeping

Your pull request should:

  • Include a description of what your change intends to do.
  • Have a clear commit messages
    • e.g. "New Topic", "Fix typo", "Add code samples"
  • For code samples, please make sure they compile against the latest released TypeScript compiler version.