Add chapter context translation mode #400
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR | |
| on: | |
| issues: | |
| types: [opened] | |
| pull_request_target: | |
| types: [opened] | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| welcome: | |
| name: Welcome First-Time Contributor | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/first-interaction@v3 | |
| with: | |
| issue_message: | | |
| Thanks for opening your first issue in Koharu. | |
| Please include: | |
| - what you expected to happen | |
| - what happened instead | |
| - steps to reproduce | |
| - screenshots or logs if available | |
| - your OS and GPU/runtime setup if the issue is build or inference related | |
| If this is a support question or you want faster discussion, you can also use Discord: | |
| https://discord.gg/mHvHkxGnUY | |
| pr_message: | | |
| Thanks for your first PR to Koharu. | |
| Please review our contribution guide before review: | |
| https://koharu.rs/contribute/introduction/ | |
| In the PR description, include: | |
| - what changed | |
| - any user-visible behavior differences | |
| - how you verified the change | |
| If AI helped produce the patch, a human still needs to review and understand it before submission. |