chore: update copliot instructions
This commit is contained in:
parent
4f69d20bb1
commit
5aaeaa55c2
1 changed files with 1 additions and 1 deletions
2
.github/copilot-instructions.md
vendored
2
.github/copilot-instructions.md
vendored
|
|
@ -35,7 +35,7 @@ In this phase, we iterate on the solution.
|
||||||
- When making changes, consider how to break them down into small, understandable commits.
|
- When making changes, consider how to break them down into small, understandable commits.
|
||||||
- Each commit should represent a single logical change. Provide a concise commit message for each,
|
- Each commit should represent a single logical change. Provide a concise commit message for each,
|
||||||
adhering to the "Conventional Commits" standard.
|
adhering to the "Conventional Commits" standard.
|
||||||
- Run `cargo check` and `cargo fmt` before committing.
|
- **Always** run `cargo check`, `cargo test`, `cargo-clippy` and `cargo fmt` and fix any issues before committing.
|
||||||
- Always draft the commit message, showing a summary of which changes will be committed, and ask
|
- Always draft the commit message, showing a summary of which changes will be committed, and ask
|
||||||
me for confirmation before actually committing.
|
me for confirmation before actually committing.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue