Add repository governance and contribution standards#1
Merged
CameronImmesoete merged 2 commits intomainfrom Apr 26, 2026
Merged
Add repository governance and contribution standards#1CameronImmesoete merged 2 commits intomainfrom
CameronImmesoete merged 2 commits intomainfrom
Conversation
4be5dae to
57d4e87
Compare
There was a problem hiding this comment.
Pull request overview
Adds baseline repository governance/configuration files to standardize ownership, contribution expectations, automation, and local development hygiene.
Changes:
- Add MIT
LICENSE,CONTRIBUTING.md, and.github/CODEOWNERSto formalize repository ownership and contribution standards. - Add agent/Copilot guidance docs under
.github/plusAGENTS.mdfor workflow expectations. - Add
.gitignoreand.github/dependabot.ymlfor local dev/automation defaults.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| LICENSE | Adds MIT license text for project licensing clarity. |
| CONTRIBUTING.md | Defines contribution policy and basic standards. |
| AGENTS.md | Adds internal workflow/CI/security guidance for contributors/agents. |
| .gitignore | Establishes default ignores for Python, IDE, OS, coverage, and secrets. |
| .github/dependabot.yml | Configures Dependabot update schedules for pip and GitHub Actions. |
| .github/copilot-review-skill.md | Documents review criteria/standards to apply across repos. |
| .github/copilot-instructions.md | Provides Copilot guidance for tooling, style, testing, and repo-specific goals. |
| .github/CODEOWNERS | Sets default code ownership for all paths. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
57d4e87 to
d0e4f43
Compare
Add CODEOWNERS, CONTRIBUTING.md, AGENTS.md, LICENSE (MIT), .gitignore. Configure Copilot review with canonical reference to .github repo. Add dependabot for GitHub Actions.
d0e4f43 to
d6d979c
Compare
Add GitHub Actions workflow with ruff linting and format checks on push and pull request to main. Auto-format pascal.py to pass ruff's style requirements and configure ruff to preserve PascalCase naming conventions. Co-Authored-By: Cam Immesoete <cimmesoete@microsoft.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.
Summary
Add CODEOWNERS, PR template, CONTRIBUTING.md, and MIT LICENSE to establish baseline repository governance.
Testing
Risk
Low — additive only, no existing code modified.
Checklist