Thanks for your interest. This project is part of the Shard ecosystem.
Open an issue with:
- What you ran
- What you expected to happen
- What actually happened
- Your OS, language version, and any other relevant runtime info
Include the smallest reproduction you can. A failing test is gold.
- Fork the repo.
- Create a branch off
main. - Run the test suite (
go test ./...,npm test, etc. — see README). - Open a PR with a clear description.
Small, focused PRs land faster than big ones. If a change is large or exploratory, please open an issue first to discuss scope.
- Run the project's formatter / linter before pushing.
- Don't introduce new dependencies without justification.
- Don't disable tests to make CI green.
Don't open a public issue or PR for security bugs. See SECURITY.md
for the coordinated-disclosure process.