-
Notifications
You must be signed in to change notification settings - Fork 14.1k
docs: add comprehensive Traditional Chinese contribution guide #14816
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
Merged
Conversation
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
- Add a new contribution guide in Traditional Chinese - Include guidelines for submitting feature requests and reporting issues - Provide steps for setting up the development environment for Dify - Detail backend and frontend structure and components - Outline the process for submitting pull requests - Offer resources for obtaining help and support during the contribution process Signed-off-by: Bo-Yi Wu <[email protected]>
- Add a new README file in Traditional Chinese (README_TW.md) - Include various badges and links for Dify Cloud, self-hosting, documentation, and enterprise inquiry - Provide a quick start guide for installing and running Dify using Docker Compose - List core features such as workflow creation, model support, prompt IDE, RAG pipeline, agent capabilities, LLMOps, and backend services - Compare Dify with other tools like LangChain, Flowise, and OpenAI Assistants API - Detail different deployment options including cloud services, self-hosting, and enterprise versions - Offer advanced setup instructions, including environment variable configuration and high availability setup using Helm Charts and Kubernetes YAML files - Provide Terraform deployment guides for Azure and Google Cloud, and AWS CDK deployment guide - Encourage contributions and provide links to the contribution guide and community resources - Highlight community and contact options including GitHub Discussions, Issues, Discord, and Twitter - Include a section on security disclosure and licensing information Signed-off-by: Bo-Yi Wu <[email protected]>
- Translate links and descriptions to Traditional Chinese Signed-off-by: Bo-Yi Wu <[email protected]>
- Change heading level from `####` to `###` for the "尋求幫助" section in README_TW.md Signed-off-by: Bo-Yi Wu <[email protected]>
@crazywoola Please help to review. Thanks. |
crazywoola
approved these changes
Mar 6, 2025
Done, thank you. :) |
jackzhuo
pushed a commit
to jackzhuo/dify
that referenced
this pull request
Mar 14, 2025
…enius#14816) Signed-off-by: Bo-Yi Wu <[email protected]>
parambharat
pushed a commit
to parambharat/dify
that referenced
this pull request
Mar 31, 2025
…enius#14816) Signed-off-by: Bo-Yi Wu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📚 documentation
Improvements or additions to documentation
lgtm
This PR has been approved by a maintainer
size:L
This PR changes 100-499 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
See the preview link: 繁體中文
Close #14969
Checklist
Important
Please review the checklist below before submitting your pull request.
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint gods