Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

42 lines (24 loc) · 1.37 KB

Contributing

Thank you for your interest in the Typir project! The following is a set of guidelines for contributing to Typir.

Communication

The following communication channels are available:

In case you have a question, please look into the provided resources and documentations first. If you don't find any answer there, feel free to use the discussions to get help.

Prerequisites

  • TypeScript
  • NodeJS
  • NPM

Things you might contribute

  • Feature requests, ideas: start a new GitHub discussion
  • Bug reports: create a new GitHub issue
  • Code contributions: see details below

Code contributions to Typir

  1. Create a new branch (or fork) of main.
  2. Do your changes, add corresponding test cases and comments/documentation and create a PR, which might link to issues or discussions.
  3. Wait for reviews and approvals, until your PR is merged.

Release Process

The release process for Typir is described in RELEASE.md.