15 comments (15 comments)15 reactions (15 reactions)0 assignees (0 assignees)Java37,305 stars (37,305 stars)7,637 forks (7,637 forks)batch import
help wanted
Description
占坑,先写整体是怎么工作的,再写一个命令是工作的。
Contributor guide
- Tech stack
- java
- Domain
- backenddocumentation
- Issue type
- documentation
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Java programmingUnderstanding of Arthas commandsBasic knowledge of Java diagnostic tools
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue requests a source code analysis of Arthas. The analysis should start with an overall architecture explanation, then dive into how a specific command works. Look at the main entry points in the source code, such as the command dispatcher and the various command implementations. Comments in the issue may provide guidance on which commands to focus on. The analysis should be documented in Chinese as per the issue body. No linked PRs or additional context are available.