mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
435 B
435 B
Follow the following todo list and check them off as you go:
- Remove superfluous comments
- Run:
npm run ts-checkand fix any issues - Run:
npm run lintand fix any issues that the linter could not fix by itself - Update any documentation that touches on what we have changed
- Run:
npm run lintand fix any issues that the linter could not fix by itself - Create a new branch if we're currently on main
- Commit
- Push