Files
compiler-explorer/.claude/commands/commit.md
2025-06-18 14:58:46 +02:00

435 B

Follow the following todo list and check them off as you go:

  1. Remove superfluous comments
  2. Run: npm run ts-check and fix any issues
  3. Run: npm run lint and fix any issues that the linter could not fix by itself
  4. Update any documentation that touches on what we have changed
  5. Run: npm run lint and fix any issues that the linter could not fix by itself
  6. Create a new branch if we're currently on main
  7. Commit
  8. Push