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

docs: add comprehensive Traditional Chinese contribution guide #14816

Merged
merged 4 commits into from
Mar 6, 2025

Conversation

appleboy
Copy link
Contributor

@appleboy appleboy commented Mar 4, 2025

Summary

  • 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

See the preview link: 繁體中文

Close #14969

Checklist

Important

Please review the checklist below before submitting your pull request.

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

- 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]>
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. 📚 documentation Improvements or additions to documentation labels Mar 4, 2025
appleboy added 3 commits March 4, 2025 09:28
- 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]>
@appleboy
Copy link
Contributor Author

appleboy commented Mar 6, 2025

@crazywoola Please help to review. Thanks.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 6, 2025
@crazywoola
Copy link
Member

@crazywoola Please help to review. Thanks.

Done, thank you. :)

@crazywoola crazywoola merged commit 9437a1a into langgenius:main Mar 6, 2025
4 checks passed
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chore: README update tasks
2 participants