# Support
## Getting Help
- **Bug Reports**: [Open an issue](https://github.com/zircote/nsip/issues/new?template=bug_report.yml)
- **Feature Requests**: [Request a feature](https://github.com/zircote/nsip/issues/new?template=feature_request.yml)
- **Discussions**: [GitHub Discussions](https://github.com/zircote/nsip/discussions)
- **Security**: See [SECURITY.md](SECURITY.md) for reporting vulnerabilities
## Documentation
- **API Docs**: Run `cargo doc --open` locally
- **Examples**: See the `examples/` directory
- **CLAUDE.md**: AI-assisted development guidelines
## Before Opening an Issue
1. Search [existing issues](https://github.com/zircote/nsip/issues) for duplicates
2. Include your Rust version (`rustc --version`)
3. Include a minimal reproducible example
4. Include the crate version from `Cargo.toml`