https://github.com/tommed/engineering-manager-manifesto
An opinionated guide for Engineering Managers, including using GitHub (trunk-based Dev), GitHub Actions, Cursor, and other tools. This will be a github.io website driven by markdown pages.
https://github.com/tommed/engineering-manager-manifesto
advice engineering-manager github github-actions github-pages
Last synced: 26 days ago
JSON representation
An opinionated guide for Engineering Managers, including using GitHub (trunk-based Dev), GitHub Actions, Cursor, and other tools. This will be a github.io website driven by markdown pages.
- Host: GitHub
- URL: https://github.com/tommed/engineering-manager-manifesto
- Owner: tommed
- Created: 2025-06-07T06:28:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-07T07:26:08.000Z (12 months ago)
- Last Synced: 2025-06-07T07:26:12.541Z (12 months ago)
- Topics: advice, engineering-manager, github, github-actions, github-pages
- Language: JavaScript
- Homepage: https://tommed.github.io/engineering-manager-manifesto
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Engineering Manager's Manifesto
Rather than duplicate any of the explanations in the manifesto itself
here, I'll just link to the
[site here](https://tommed.github.io/engineering-manager-manifesto/).
## Developer's Guide
First, make sure you have Ruby and Gem installed. Then run `make setup`
to install the prerequisites. You can develop locally using `make serve`
which hot-reloads everything as your work.
Before committing any changes, you **must** run `make lint`
and `make build` to ensure you haven't broken anything.
## To Dos
- [x] Implement main branch protections and status checks
- [x] Check there's no _site checked in to your PR (.gitignore)