12. How to contribute to groonga¶
We welcome your contributions to the groonga project. There are many ways to contribute, such as using groonga, introduction to others, etc. For example, if you find a bug when using groonga, you are welcome to report the bug. Coding and documentation are also welcome for groonga and its related projects.
- As a user:
- If you are interested in groonga, please read this document and try it.
- As a spokesman:
- Please introduce groonga to your friends and colleagues.
- As a developer: Bug report, development and documentation
- This section describes the details.
- 12.1. How to report a bug
- 12.2. How to contribute in documentation topics
- 12.2.1. Introduction
- 12.2.2. I18N
- 12.2.2.1. Translation flow
- 12.2.2.2. How to install Sphinx
- 12.2.2.3. How to clone Groonga repository
- 12.2.2.4. How to update .po files
- 12.2.2.5. How to edit .po
- 12.2.2.6. How to generate HTML files
- 12.2.2.7. How to confirm HTML output
- 12.2.2.8. How to send your works
- 12.2.2.9. How to add new language
- 12.2.3. C API
- 12.3. For Groonga developers
- 12.3.1. Repository
- 12.3.2. How to build Groonga at the repository
- 12.3.3. Groonga 通信アーキテクチャ
- 12.3.4. ユーザーと協力して開発をうまく進めていくための指針
- 12.3.5. クエリの実現
- 12.3.6. クエリの実例
- 12.3.7. リリース手順
- 12.3.7.1. 前提条件
- 12.3.7.2. ビルド環境の準備
- 12.3.7.3. パッケージ署名用秘密鍵のインポート
- 12.3.7.4. リリース作業用ディレクトリの作成
- 12.3.7.5. 変更点のまとめ
- 12.3.7.6. Groongaのウェブサイトの取得
- 12.3.7.7. cutterのソースコード取得
- 12.3.7.8. configureスクリプトの生成
- 12.3.7.9. configureスクリプトの実行
- 12.3.7.10. make update-latest-releaseの実行
- 12.3.7.11. make update-filesの実行
- 12.3.7.12. make update-poの実行
- 12.3.7.13. poファイルの翻訳
- 12.3.7.14. リリースタグの設定
- 12.3.7.15. リリース用アーカイブファイルの作成
- 12.3.7.16. パッケージのビルド
- 12.3.7.17. Debian系パッケージのビルド
- 12.3.7.18. Red Hat系パッケージのビルド
- 12.3.7.19. Windows用パッケージのビルド
- 12.3.7.20. パッケージの動作確認
- 12.3.7.21. リリースアナウンスの作成
- 12.3.7.22. パッケージのアップロード
- 12.3.7.23. Ubuntu用パッケージのアップロード
- 12.3.7.24. blogroonga(ブログ)の更新
- 12.3.7.25. ドキュメントのアップロード
- 12.3.7.26. Homebrewの更新
- 12.3.7.27. リリースアナウンス
- 12.3.7.28. Twitterでリリースアナウンスをする
- 12.3.7.29. Facebookでリリースアナウンスをする
- 12.3.7.30. リリース後にやること
- 12.3.7.31. ビルド時のTIPS
- 12.3.8. テスト方法