docs: align developer guide with java-tron CONTRIBUTING.md#346
Open
abn2357 wants to merge 2 commits into
Open
Conversation
- unify branch naming to release_*, feature/*, hotfix/* - add hotfix fork-only PR rule, git rebase tip, commit scope examples - restore PR title casing/period rules - fix chore type description and drop nonexistent TIP "In Progress" state - clarify release_ branch naming, fix merge target to develop - fix grammar, Pull Request wording and honorific consistency
vivian1912
reviewed
Jun 25, 2026
| - `chore`:其他(如任务分配等) | ||
| - `chore`:构建流程或辅助工具的变更(无生产代码改动) | ||
|
|
||
| `scope` 用于说明改动位置,例如:`protobuf`、`api`、`test`、`docs`、`build`、`db`、`net`。若无合适的 scope,可使用 `*`。 |
Contributor
There was a problem hiding this comment.
I noticed that the protobuf scope hasn't been used in the last 30 commits, whereas refactor(protocol): is quite common. I'd suggest changing the scope in the example to protocol for better consistency.
Contributor
Author
There was a problem hiding this comment.
Good catch! Changed the example scope from protobuf to protocol for better consistency. Fixed in both the Chinese and English docs.
vivian1912
approved these changes
Jun 26, 2026
Benson0224
approved these changes
Jun 27, 2026
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.
Summary
docs/developers/java-tron.mdwith the java-tron sourceCONTRIBUTING.md.release_*,feature/*,hotfix/*; add the hotfix fork-only PR rule, thegit rebasetip, and commitscopeexamples.choretype description and remove the nonexistent TIP "In Progress" state.release_branch naming and fix the merge target todevelop.Test plan
mkdocs buildsucceeds