# cocos-gitbook-plugin-github-issue-feedback **Repository Path**: mirrors_cocos-creator/cocos-gitbook-plugin-github-issue-feedback ## Basic Information - **Project Name**: cocos-gitbook-plugin-github-issue-feedback - **Description**: GitHub issue feedback/bug report for gitbook. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-19 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gitbook-plugin-github-issue-feedback GitHub issue feedback for gitbook. ## gitbook-plugin-github-issue-feedback-language - add language support ## gitbook-plugin-github-issue-feedback-language-custom - add disable feedback button support on smartphone - change button content to "提交反馈", when reading Chinese books - language config maybe "zh" or "zh-hans" for Chinese, make folder path always "zh" ## Install Install with [npm](https://www.npmjs.com/): npm install gitbook-plugin-github-issue-feedback ## Usage You should set `repo` in your `book.json`. `book.json` - `repo`: `owner/name` ```json { "gitbook": ">=3.0.0", "title": "Example", "plugins": [ "github-issue-feedback" ], "pluginsConfig": { "github-issue-feedback": { "repo": "azu/gitbook-plugin-github-issue-feedback" } } } ``` ## Changelog See [Releases page](https://github.com/azu/gitbook-plugin-github-issue-feedback/releases). ## Running tests Install devDependencies and Run `npm test`: npm i -d && npm test ## Contributing Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/azu/gitbook-plugin-github-issue-feedback/issues). 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -am 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D ## Author - [github/azu](https://github.com/azu) - [twitter/azu_re](https://twitter.com/azu_re) - [github/nantas](https://github.com/nantas) - [github/drelaptop](https://github.com/drelaptop) ## License MIT © azu