Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
\# Contributing to schema-cast



Thank you for your interest in contributing!



\## Getting Started



```bash

git clone https://github.com/Demon-Die/schema-cast.git

cd schema-cast

npm install

npm run dev

```



\## Running Tests



```bash

npm test

```



\## Schema File Conventions



\- Define your schema in `.schema.json` format

\- Follow the structure shown in `example.schema.json`



\## Code Style



\- Use TypeScript

\- Keep code clean and well-commented



\## PR Process



\- Large PRs should be preceded by an issue first

\- Reference the issue number in your PR

Loading