First off, thank you for considering contributing to the Linux Kernel Crash Debug Skill! It's people like you that make such tools useful for everyone.
If you've noticed a bug or have a feature request, make one! It's generally best if you get confirmation of your bug or approval for your feature request this way before starting to code.
-
Clone the repository:
git clone https://github.com/crazyss/linux-kernel-crash-debug.git cd linux-kernel-crash-debug -
Make your documentation or skill modifications.
-
Package the skill (if required for distribution) using standard zip commands:
zip ../linux-kernel-crash-debug.skill SKILL.md SKILL_CN.md references/*.md
- Ensure any changes align with both
SKILL.md(English) andSKILL_CN.md(Chinese). - Use descriptive commit messages.
- Update the
README.mdandREADME_CN.mdwith details of changes, if appropriate. - Open your Pull Request and we will review it as soon as possible.
- Keep explanations concise and debugging instructions clear.
- Provide real-world output examples where possible for better understanding.
- Ensure all commands are syntactically correct and safe to run.
Thank you!