Files
liquidjs/docs/source/tutorials/contribution-guidelines.md
T
harttle 24f5346084 perf: improve performance by 4x by simplified parseFile
- previously deprecated `getTemplate()` and `getTemplateSync()` not no longer supported
- `opts` no longer support dynamic set in `parseFile()`, `renderFile()` arguments
2021-09-27 23:04:41 +08:00

2.1 KiB

title
title
Contribution Guideline

Star on Github 👉 harttle/liquidjs

Staring LiquidJS is the most important and easiest way to support us: boost its rank and expose it to more people, which in turn makes it better.

Show Me Your Code

Code Style: LiquidJS applies standard and @typescript-eslint/recommended rules, make sure it's still valid before commit:

npm run lint

Testing: Make sure test cases pass with your patch merged:

npm test

Commit Message: Please align to the Angular Commit Message Guidelines, especially note the type identifier, on which semantic-release bot depends.

Backward-Compatibility: please be backward-compatible. LiquidJS is used by multiple layers of softwares, including underlying libraries, compilers, site generators and Web servers. It's not easy to do a major upgrade for most of them.

Financial Support

LiquidJS is Open Source and Free and without capitalists support and without any ADs. To help it live and thrive, consider contribute on Open Collective or Patreon. To acknowledge your contribution, your name and avatar will be listed here and on Github README.

Become a Patron!