Skip to content

Open-source prep: MIT license, templates for workspace root#6

Merged
siddhss5 merged 1 commit intomainfrom
chore/open-source-prep
Apr 5, 2026
Merged

Open-source prep: MIT license, templates for workspace root#6
siddhss5 merged 1 commit intomainfrom
chore/open-source-prep

Conversation

@siddhss5
Copy link
Copy Markdown
Collaborator

@siddhss5 siddhss5 commented Apr 5, 2026

Summary

Adds the same open-source infrastructure to robot-code itself (the workspace root). Part of #3.

Changes

  • LICENSE (MIT, Siddhartha Srinivasa 2025)
  • CONTRIBUTING.md (workspace-specific — "this is the root, clone here, run setup.sh")
  • SECURITY.md, CODE_OF_CONDUCT.md
  • .github/CODEOWNERS (* @siddhss5)
  • .github/pull_request_template.md
  • .github/ISSUE_TEMPLATE/{bug_report,improvement,task}.md + config.yml
  • ruff format on scripts/add_headers.py

Testing

  • gitleaks detect — no leaks
  • uv run ruff check scripts tests — all checks passed
  • uv run ruff format --check scripts tests — already formatted
  • CLAUDE.md reviewed — no sensitive content

Breaking changes

  • None

Related

Fixes #3

…root

Preparing robot-code itself for public release (see #3).

- LICENSE: MIT, Copyright (c) 2025 Siddhartha Srinivasa.
- CONTRIBUTING.md: workspace-specific (this IS the root, not a sibling).
- SECURITY.md, CODE_OF_CONDUCT.md, .github/CODEOWNERS, pull_request_template,
  ISSUE_TEMPLATE/{bug_report,improvement,task}.md + config.yml.
- ruff format on scripts/add_headers.py.

Verified: gitleaks clean, ruff clean.
@siddhss5 siddhss5 merged commit 1506539 into main Apr 5, 2026
0 of 2 checks passed
@siddhss5 siddhss5 deleted the chore/open-source-prep branch April 5, 2026 23:32
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.

Open-source rollout: standardize licensing, CI, templates across all 10 repos

1 participant