Develop - #1
Merged
Merged
Conversation
- Add MIT LICENSE - Add CONTRIBUTING.md with branch strategy and commit conventions - Add CODE_OF_CONDUCT.md - Add GitHub Issue templates (bug report, feature request) - Add Pull Request template - Add .editorconfig for consistent coding style - Add .clang-format for C++ code formatting
- Convert CONTRIBUTING.md and CODE_OF_CONDUCT.md to English - Add Chinese versions as CONTRIBUTING.zh-CN.md and CODE_OF_CONDUCT.zh-CN.md - Add language switcher badges for bilingual support
- Update PR template to English - Translate .editorconfig comments - Translate .clang-format comments - Maintain consistency with English-first documentation policy
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request introduces essential project meta files and documentation to standardize contribution, enforce code style, and clarify community standards. It adds configuration for code formatting, issue and PR templates, a license, and both English and Chinese versions of community and contributing guidelines. Minor code comments in
original-labs/stable.care also translated to English for clarity.Key changes include:
Project Governance and Community Standards
CODE_OF_CONDUCT.mdandCODE_OF_CONDUCT.zh-CN.mdto define behavioral expectations for contributors in both English and Chinese. [1] [2]CONTRIBUTING.mdandCONTRIBUTING.zh-CN.mdwith detailed contribution workflows, branch strategies, commit conventions, and development environment setup, in both English and Chinese. [1] [2]LICENSEfile to clarify project licensing and usage rights.Development Workflow and Templates
.github/ISSUE_TEMPLATE/bug_report.mdand.github/ISSUE_TEMPLATE/feature_request.mdfor standardized bug and feature reporting (in Chinese). [1] [2].github/PULL_REQUEST_TEMPLATE.mdto guide contributors in submitting clear and consistent pull requests.Code Style and Formatting
.clang-formatfor C++ code style enforcement based on Google style with project-specific adjustments..editorconfigto ensure consistent editor settings and file formatting across different file types and editors.Documentation and Internationalization
README.mdto include a language badge linking to the Chinese version.Codebase Minor Improvements
original-labs/stable.cto English for better accessibility and understanding. [1] [2] [3]