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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,4 +32,8 @@ For project-specific instructions, refer to the `docs/spec.md` file in the repos
32
32
- Ensure that all documentation files are updated with any code changes
33
33
- Ensure that all documentation files are consistent with each, do not contradict each other and do not contain outdated information
34
34
- When writing documentation, ensure that it is clear, concise, and easy to understand
35
-
- Ensure that the implementation and the documentation are aligned with each other
35
+
- Ensure that the implementation and the documentation are aligned with each other
36
+
37
+
## Fixing Bugs
38
+
- Before you fix a bug, you always must first create at least one test that catches the incorrect behavior. Do not start fixing the bug before you were able to detect the bug with a test.
0 commit comments