Skip to content

docs: add README standardization template and automation helper#1561

Open
SH20RAJ wants to merge 1 commit intomofa-org:mainfrom
SH20RAJ:docs/standardize-readme-template-232
Open

docs: add README standardization template and automation helper#1561
SH20RAJ wants to merge 1 commit intomofa-org:mainfrom
SH20RAJ:docs/standardize-readme-template-232

Conversation

@SH20RAJ
Copy link
Copy Markdown
Contributor

@SH20RAJ SH20RAJ commented Apr 1, 2026

Summary

  • add a reusable .github/README_TEMPLATE.md for consistent repository README structure
  • add .github/scripts/standardize_readme.py to check required sections and normalize community links
  • apply proof-of-concept normalization in README_cn.md (GitHub Discussions label consistency)

How to use

  • check: python3 .github/scripts/standardize_readme.py --check README.md README_cn.md
  • write fixes: python3 .github/scripts/standardize_readme.py --write README_cn.md

Issue

Fixes #232

@SH20RAJ
Copy link
Copy Markdown
Contributor Author

SH20RAJ commented Apr 1, 2026

Quick follow-up: this PR adds reusable README standardization assets (.github/README_TEMPLATE.md and .github/scripts/standardize_readme.py) plus a minimal proof-of-concept normalization in README_cn.md. Happy to further narrow scope if you want template-only in this PR and PoC in a separate one.

@SH20RAJ
Copy link
Copy Markdown
Contributor Author

SH20RAJ commented Apr 4, 2026

@maintainers - Quick follow-up on README standardization. Would appreciate input on scope preference:

  1. Keep as is (template + helper script + PoC)
  2. Template & script only (PoC in separate PR)

Let me know! 📋

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Standardize README files across repositories

1 participant