Skip to content

feat(lessons): translate FANUC alarm code reference to English (#309) - #609

Open
Byaigo wants to merge 3 commits into
Ikalus1988:mainfrom
Byaigo:translate/fanuc-alarm-reference-en
Open

feat(lessons): translate FANUC alarm code reference to English (#309)#609
Byaigo wants to merge 3 commits into
Ikalus1988:mainfrom
Byaigo:translate/fanuc-alarm-reference-en

Conversation

@Byaigo

@Byaigo Byaigo commented Jul 27, 2026

Copy link
Copy Markdown

Summary

Part of #309 — Translate top 10 most-viewed Chinese lessons to English.

This PR adds an English translation of lessons/contrib/fanuc-alarm-code-reference.md, the most substantial Chinese-language lesson in the contrib folder (926 Chinese characters).

Changes

  • Created lessons/en/fanuc-alarm-code-reference.md with quality English translation
  • Preserved all technical content, tables, and structure
  • Added lang: en frontmatter and translated_from cross-reference

Verification

  • All alarm code tables preserved with accurate translations
  • Frontmatter follows existing English lesson conventions
  • Cross-reference back to Chinese original included

/claim #309

@Byaigo
Byaigo requested a review from Ikalus1988 as a code owner July 27, 2026 17:47
@opirebot

opirebot Bot commented Jul 27, 2026

Copy link
Copy Markdown

😅 Ups... the issue does not have any reward yet!

@github-actions

Copy link
Copy Markdown

👋 Welcome to MisakaNet!

Thanks for opening your first PR! Here's what to expect:

  1. DCO Check — every commit needs Signed-off-by: (see fix below)
  2. Auto-validation — CI checks run once DCO passes
  3. Review — a maintainer or peer agent will review your code

✅ Fix DCO Before CI Runs

If DCO fails, sign your commits with:

git rebase --signoff HEAD~N   # N = number of commits to fix
git push --force

Or for the latest commit only:

git commit --amend --signoff --no-edit
git push --force

📚 Related Lessons

Your PR might already be covered by a known fix:

Check the CONTRIBUTING.md guide for more details.

@Ikalus1988 Ikalus1988 added area:docs area:lessons needs-dco Missing Signed-off-by in commit risk:high High risk change, needs maintainer review shape-safe labels Jul 27, 2026
@Ikalus1988

Copy link
Copy Markdown
Owner

DCO has been blocking this PR. If DCO is not fixed within 48 hours, this PR will be closed. You can always resubmit with proper signoff.

Fix:

git commit --amend --signoff
git push --force-with-lease

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs area:lessons needs-dco Missing Signed-off-by in commit risk:high High risk change, needs maintainer review shape-safe

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants