Skip to content

Add repository standards: CONTRIBUTING guide, CODE_OF_CONDUCT, and structured issues#648

Closed
shiva24082 wants to merge 6 commits into
microsoft:mainfrom
shiva24082:improve/repository-standards
Closed

Add repository standards: CONTRIBUTING guide, CODE_OF_CONDUCT, and structured issues#648
shiva24082 wants to merge 6 commits into
microsoft:mainfrom
shiva24082:improve/repository-standards

Conversation

@shiva24082

Copy link
Copy Markdown

This Pull Request introduces standard contributing guidelines, Microsoft code of conduct alignment, formatting consistency rules, and structured issues templates:

  1. Code of Conduct (CODE_OF_CONDUCT.md): Configures standard Microsoft Open Source Code of Conduct.
  2. Contributing Guide (CONTRIBUTING.md): Adds instructions on fixing typos, code errors, and submitting translations, referencing the Microsoft CLA.
  3. Editorconfig Formatting Settings (.editorconfig): Enforces standard spaces and character sets across notebooks, python files, and markdown lessons.
  4. Structured Issue Templates: Adds interactive bug report templates for lesson typo corrections and translation feedback forms.

Created using the Antigravity GitHub repository analyzer.

@leestott leestott requested a review from Copilot July 2, 2026 12:34
@leestott

leestott commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

@shiva24082

Please sign the CLA

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md with basic contribution/CLA guidance.
  • Added a root-level CODE_OF_CONDUCT.md pointing 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 thread .github/ISSUE_TEMPLATE/lesson_correction.yml Outdated
Comment on lines +11 to +16
- Spanish (ES)
- Chinese (ZH)
- Japanese (JA)
- Korean (KO)
- Arabic (AR)
- Other (please specify in details)
Comment thread CONTRIBUTING.md
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>
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.

3 participants