Fix issue template language codes and CONTRIBUTING.md CLA URL inconsistency#680
Conversation
… URL in CONTRIBUTING.md
leestott
left a comment
There was a problem hiding this comment.
looking at languages these are not correct
There was a problem hiding this comment.
Pull request overview
This PR updates contributor-facing repository metadata by adding a root contributing guide and introducing structured GitHub Issue Forms, with a focus on making translation-related reports map cleanly to the repo’s translations/ directory and aligning CLA guidance.
Changes:
- Added a root
CONTRIBUTING.md, aligning the CLA URL tohttps://cla.microsoft.comand linking toetc/CONTRIBUTING.md. - Added a translation feedback issue form with locale-style language codes matching
translations/folder names. - Added a lesson correction/typo issue form for structured lesson fix reports.
Show a summary per file
| File | Description |
|---|---|
| CONTRIBUTING.md | Adds a root contributing guide with CLA link alignment and a pointer to the more detailed etc/CONTRIBUTING.md. |
| .github/ISSUE_TEMPLATE/translation_feedback.yml | Adds a translation feedback issue form with a language dropdown using repo folder locale tags. |
| .github/ISSUE_TEMPLATE/lesson_correction.yml | Adds a lesson correction issue form for structured reports of typos, links, and code errors. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 2
- Review effort level: Low
Fixed in the latest commit. The dropdown now lists all 54 languages that have folders under |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Review feedback on PR #648 identified two issues: the translation feedback template used incorrect language codes that didn't match the repo's actual
translations/directory names, and the new rootCONTRIBUTING.mdused a different CLA URL than the existingetc/CONTRIBUTING.md.Changes
.github/ISSUE_TEMPLATE/translation_feedback.yml— Replaced generic uppercase language codes (ES,ZH,JA,KO,AR) with the actual folder names fromtranslations/(e.g.,es,zh-CN,zh-TW,zh-HK,pt-BR,pt-PT, etc.) so issue reports map directly to actionable directory paths.CONTRIBUTING.md(root) — Aligned CLA URL tohttps://cla.microsoft.com(matchingetc/CONTRIBUTING.md); added an explicit reference link toetc/CONTRIBUTING.mdto reduce content drift between the two files..github/ISSUE_TEMPLATE/lesson_correction.yml— Added from PR Add repository standards: CONTRIBUTING guide, CODE_OF_CONDUCT, and structured issues #648 as-is; the file path placeholder was already correct (lessons/3-NeuralNetworks/03-Perceptron/README.md).