github-samples / github-samples/pets-workshop
Fix CONTRIBUTING.md: wrong repo references and tech prerequisites
Open
@scubaninja is already working on this.
Since May 20, 2026.
priority: P2
- Dominant language
- Python
- Stars
- 80
- Forks
- 161
- Avg merge
- 31m
- Merged PRs (30d)
- 1
Description
Problem
CONTRIBUTING.md has two critical issues:
- Wrong repository URLs (lines 3-4): Links point to
github/startups-contentinstead of this repo - Wrong tech prerequisites (lines 17-18): Lists Go and golangci-lint, but this project uses Python (Flask/SQLAlchemy) and Node.js (Astro/Tailwind)
Fix
- Update fork/PR links to
github-samples/pets-workshop - Replace Go/golangci-lint prereqs with Python, Node.js, and git
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.