Skip to content

Commit cf3ff59

Browse files
wandergeektobio
andauthored
Update copilot-instructions.md
Co-authored-by: Toby Brain <[email protected]>
1 parent c8e1770 commit cf3ff59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ Carefully read the issue and think hard about a plan to solve it before coding.
6363
- Confirm the root cause is fixed.
6464
- Review your solution for logic correctness and robustness.
6565
- Iterate until you are extremely confident the fix is complete and all tests pass.
66-
- Run `make lint` to ensure any linting errors have not surfaced with your changes
67-
- Run `make fmt` before committing any changes to ensure proper code formatting, this will run gofmt on all Go files to maintain consistent style.
66+
- Run `make lint` to ensure any linting errors have not surfaced with your changes. This task may automatically correct any linting errors, and regenerate documentation. Include any changes in your commit.
6867

6968
## 8. Final Reflection and Additional Testing
7069
- Reflect carefully on the original intent of the user and the problem statement.

0 commit comments

Comments
 (0)