mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
add claude commit command
This commit is contained in:
9
.claude/commands/commit.md
Normal file
9
.claude/commands/commit.md
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user