Skip to content

Commit 70ac4b5

Browse files
committed
add instructions for error handling and unit testing
1 parent 9a8afc5 commit 70ac4b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
- Always add code comments.
44
- Use camelCase for variable names.
55
- Use godoc comment style for functions.
6+
- Do not skip error handling if the error is not nil.
7+
- Always create unit tests for new features.

0 commit comments

Comments
 (0)