You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,7 @@ Carefully read the issue and think hard about a plan to solve it before coding.
63
63
- Confirm the root cause is fixed.
64
64
- Review your solution for logic correctness and robustness.
65
65
- 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.
68
67
69
68
## 8. Final Reflection and Additional Testing
70
69
- Reflect carefully on the original intent of the user and the problem statement.
0 commit comments