Auto-generated fields (see "Automation" section at the bottom):
- CI badge → set up GitHub Actions workflow named ci.yml
- Version badge → driven by npm/crates.io/PyPI/NuGet release
- Coverage badge → Codecov integration
- Changelog content → conventional commits + release tooling
═══════════════════════════════════════════════════════════════════ -->
{{ONE_LINE_DESCRIPTION}}
{{PROJECT_NAME}} is a {{WHAT_IT_IS}} for the ResQ platform. It {{CORE_VALUE_PROPOSITION}}.
Related projects:
| Repo | Description |
|---|---|
| resq-software/resQ | Core platform monorepo |
| resq-software/cli | CLI tooling |
| resq-software/ui | Shared component library |
| resq-software/mcp | MCP server |
| resq-software/dotnet-sdk | .NET SDK |
- {{FEATURE_1}} — {{FEATURE_1_DESCRIPTION}}
- {{FEATURE_2}} — {{FEATURE_2_DESCRIPTION}}
- {{FEATURE_3}} — {{FEATURE_3_DESCRIPTION}}
bun add {{NPM_PACKAGE}}
# or: npm install {{NPM_PACKAGE}}Peer dependencies:
bun add react@^19 react-dom@^19 tailwindcss@^4cargo add {{CRATE_NAME}}uv add {{PYPI_PACKAGE}}
# or: pip install {{PYPI_PACKAGE}}dotnet add package {{NUGET_PACKAGE}}git clone https://github.com/resq-software/{{REPO}}.git
cd {{REPO}}
{{BUILD_COMMAND}}{{MINIMAL_WORKING_EXAMPLE}}
{{EXAMPLE_1}}
{{EXAMPLE_2}}
Full API reference: docs/ or resq.software/docs/{{REPO}}
| Variable / Flag | Default | Description |
|---|---|---|
{{ENV_VAR_1}} |
{{DEFAULT_1}} |
{{DESCRIPTION_1}} |
{{ENV_VAR_2}} |
{{DEFAULT_2}} |
{{DESCRIPTION_2}} |
{{CONFIG_EXAMPLE}}
We welcome contributions. Please read CONTRIBUTING.md before opening a PR.
Local setup:
git clone https://github.com/resq-software/{{REPO}}.git
cd {{REPO}}
{{DEV_SETUP_COMMAND}}Run tests:
{{TEST_COMMAND}}Commit convention: This project uses Conventional Commits.
All PRs must follow the type(scope): subject format — see the table below.
| Prefix | Effect on version |
|---|---|
feat: |
Minor bump (0.x.0) |
fix: / perf: |
Patch bump (0.0.x) |
BREAKING CHANGE footer or ! suffix |
Major bump (x.0.0) |
docs: style: refactor: test: chore: |
No version bump |
See CHANGELOG.md for the full release history.
Copyright 2026 ResQ
Licensed under the Apache License, Version 2.0.
