| やりたいこと | 場所 |
|---|---|
| 使い方の質問・議論 | GitHub Discussions |
| バグ報告・改善要望 | GitHub Issues |
| セキュリティ脆弱性の非公開報告 | SECURITY.md を参照(GitHub Security Advisory もしくはメール) |
| 貢献方法・開発フロー | CONTRIBUTING.md |
| 行動規範 | CODE_OF_CONDUCT.md |
| ロードマップ | ROADMAP.md |
| v0.2 → v0.3 アップグレード手順 | MIGRATION.md |
- README.md と docs/api.md のサンプルコードを試す
- 既存の Issue を検索して同じ問題が報告されていないか確認
examples/配下の動作する最小サンプルを参照
- fuseji のバージョン (
pip show fusejiで確認) - Python バージョン (
python --version) - OS (macOS / Linux / Windows + バージョン)
- 再現コードの最小例
- 期待する挙動と実際の挙動
fuseji は OSS プロジェクトであり、商用サポート契約は提供していません。メンテナーはベストエフォートで対応します。応答 SLA はありませんが、セキュリティ脆弱性の初動応答は 5 営業日以内 を目標としています(SECURITY.md 参照)。
| Goal | Channel |
|---|---|
| Usage questions, discussions | GitHub Discussions |
| Bug reports, feature requests | GitHub Issues |
| Private security vulnerability reports | See SECURITY.md (GitHub Security Advisory or email) |
| Contributing / dev workflow | CONTRIBUTING.md |
| Code of conduct | CODE_OF_CONDUCT.md |
| Roadmap | ROADMAP.md |
| v0.2 → v0.3 upgrade | MIGRATION.md |
- Try the samples in README.en.md and
docs/api.md - Search existing issues for similar reports
- Check the runnable minimal samples under
examples/
- fuseji version (
pip show fuseji) - Python version (
python --version) - OS (macOS / Linux / Windows + version)
- Minimal reproducing snippet
- Expected vs actual behaviour
fuseji is an open-source project with no commercial support contract. Maintainers respond on a best-effort basis with no response-time SLA, except that security vulnerabilities target a first response within 5 business days (see SECURITY.md).