better-trakt
Version:
A Trakt.tv client with native Typescript support and quality of life features
23 lines (13 loc) • 703 B
Markdown
# Contributing Guide
## Prerequisites
- [Node.js](https://nodejs.org/en/)
- [pnpm](https://pnpm.io/installation#using-corepack)
## Setup
- Fork & clone the repo, ensure your on the main branch.
- Run `pnpm install`
- Your done!
## Support
If you have any questions feel free to open and issue or join the [Discord](https://discord.gg/DUMMJUeTJs).
## Commiting
**Before** commiting, please run both `pnpm lint` and `pnpm test`. If either of them fail, please rectify it.
When creating your commit messages, please follow [Conventional Commits](https://www.conventionalcommits.org/). This just ensures everyone is properly documenting their commits, and is also used in the changelog generation.