Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix i18n issue template links #1627

Merged
merged 4 commits into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/ISSUE_TEMPLATE/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ Some notes:
- [ ] [installation.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/installation.md).

## Guides section
- [ ] [community.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/community.md)
- [ ] [download.md](https://github.com/huggingface/huggingface_hub/blob/master/docs/source/download.md)
- [ ] [hf_file_system.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/hf_file_system.md)
- [ ] [inference.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/inference.md)
- [ ] [integrations.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/integrations.md)
- [ ] [manage-cache.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/manage-cache.md)
- [ ] [manage-spaces.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/manage-spaces.md)
- [ ] [model-cards.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/model-cards.md)
- [ ] [overview.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/preprocessing.md)
- [ ] [repository.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/repository.md)
- [ ] [search.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/search.md)
- [ ] [upload.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/upload.md)
- [ ] [webhooks_server.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/webhooks_server.md)
- [ ] [community.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/guides/community.md)
- [ ] [download.md](https://github.com/huggingface/huggingface_hub/blob/master/docs/source/guides/download.md)
- [ ] [hf_file_system.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/guides/hf_file_system.md)
- [ ] [inference.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/guides/inference.md)
- [ ] [integrations.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/guides/integrations.md)
- [ ] [manage-cache.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/guides/manage-cache.md)
- [ ] [manage-spaces.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/guides/manage-spaces.md)
- [ ] [model-cards.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/guides/model-cards.md)
- [ ] [overview.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/guides/overview.md)
- [ ] [repository.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/guides/repository.md)
- [ ] [search.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/guides/search.md)
- [ ] [upload.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/guides/upload.md)
- [ ] [webhooks_server.md](https://github.com/huggingface/huggingface_hub/blob/main/docs/source/en/guides/webhooks_server.md)

<!--
Keep on adding more as you go 🔥
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_pr_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
with:
commit_sha: ${{ github.event.pull_request.head.sha }}
pr_number: ${{ github.event.number }}
package: huggingface_hub
package: huggingface_hub
languages: en
Loading