Add repository governance and contribution standards#1
Merged
CameronImmesoete merged 1 commit intomainfrom Apr 26, 2026
Merged
Conversation
9151810 to
ddd9fad
Compare
There was a problem hiding this comment.
Pull request overview
This PR establishes baseline repository governance and automation for a small TensorFlow DCGAN project by adding ownership/docs and introducing lightweight CI for linting.
Changes:
- Add repository governance docs and standards (CODEOWNERS, CONTRIBUTING, AGENTS, Copilot guidance).
- Add GitHub Actions CI workflow for Ruff linting.
- Add Dependabot configuration for GitHub Actions (and Python, as currently configured).
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
main.py |
Minor cleanup in image generation setup (removes unused fig assignment). |
CONTRIBUTING.md |
Defines contribution policy and basic standards (PRs, commit hygiene, Ruff). |
AGENTS.md |
Adds repo overview plus code/PR guidelines for agents and contributors. |
.github/workflows/ci.yml |
Introduces CI job to run ruff check . on pushes/PRs to main. |
.github/dependabot.yml |
Schedules weekly updates for pip and GitHub Actions ecosystems. |
.github/copilot-review-skill.md |
Documents review criteria for PR correctness/security/testing/etc. |
.github/copilot-instructions.md |
Adds Copilot usage guidelines and repo-specific ML constraints. |
.github/CODEOWNERS |
Sets default ownership to @CameronImmesoete. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ddd9fad to
6b17c55
Compare
Add CODEOWNERS, CONTRIBUTING.md, AGENTS.md with repo-specific guidance. Configure Copilot review with canonical reference to .github repo. Add CI workflow and dependabot for GitHub Actions.
6b17c55 to
7e0058d
Compare
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, CI (ruff lint), CONTRIBUTING.md, and AGENTS.md to establish baseline repository governance.
Testing
Risk
Low — additive only, no existing code modified.
Checklist