Add repository standards: CONTRIBUTING guide, CODE_OF_CONDUCT, and structured issues#648
Closed
shiva24082 wants to merge 6 commits into
Closed
Add repository standards: CONTRIBUTING guide, CODE_OF_CONDUCT, and structured issues#648shiva24082 wants to merge 6 commits into
shiva24082 wants to merge 6 commits into
Conversation
…pository standards
… repository standards
Collaborator
|
Please sign the CLA |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds standard repository “community health” artifacts (contributing guidance, code of conduct, issue forms) plus an .editorconfig to improve consistency for contributions to the AI-for-beginners curriculum repository.
Changes:
- Added a root-level
CONTRIBUTING.mdwith basic contribution/CLA guidance. - Added a root-level
CODE_OF_CONDUCT.mdpointing to Microsoft OSS Code of Conduct. - Added two GitHub Issue Forms for lesson corrections and translation feedback, plus a baseline
.editorconfig.
Show a summary per file
| File | Description |
|---|---|
| CONTRIBUTING.md | Adds contribution guidance and CLA reference for GitHub’s community profile surface area. |
| CODE_OF_CONDUCT.md | Adds a root-level Code of Conduct reference aligned with Microsoft OSS guidance. |
| .github/ISSUE_TEMPLATE/translation_feedback.yml | Adds a structured issue form for translation-related feedback. |
| .github/ISSUE_TEMPLATE/lesson_correction.yml | Adds a structured issue form for lesson typos/corrections. |
| .editorconfig | Introduces baseline editor settings (indentation/charset/EOL) to normalize formatting. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 5/5 changed files
- Comments generated: 3
- Review effort level: Low
Comment on lines
+11
to
+16
| - Spanish (ES) | ||
| - Chinese (ZH) | ||
| - Japanese (JA) | ||
| - Korean (KO) | ||
| - Arabic (AR) | ||
| - Other (please specify in details) |
Comment on lines
+5
to
+8
| ## Microsoft Contributor License Agreement (CLA) | ||
|
|
||
| This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit [https://cla.opensource.microsoft.com](https://cla.opensource.microsoft.com). | ||
|
|
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Pull Request introduces standard contributing guidelines, Microsoft code of conduct alignment, formatting consistency rules, and structured issues templates:
CODE_OF_CONDUCT.md): Configures standard Microsoft Open Source Code of Conduct.CONTRIBUTING.md): Adds instructions on fixing typos, code errors, and submitting translations, referencing the Microsoft CLA..editorconfig): Enforces standard spaces and character sets across notebooks, python files, and markdown lessons.Created using the Antigravity GitHub repository analyzer.