Contributing
Reporting Issues
Section titled “Reporting Issues”Found a bug or have a feature idea? Open an issue on GitHub. Include:
- What you expected to happen
- What actually happened
- Steps to reproduce (if it’s a bug)
- Your Stream Deck model and software version
Submitting Code
Section titled “Submitting Code”- Fork the repository and create a branch from
master - Make your changes following the project conventions
- Ensure the build passes (
pnpm build) - Submit a pull request with a clear description of what changed and why
The project uses Conventional Commits for commit messages (e.g., feat(stream-deck-plugin): add new action, fix(iracing-sdk): handle disconnection).