Skip to content

Commit 23c654b

Browse files
committed
Update copilot-instructions.md
1 parent df17abd commit 23c654b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Bash Scripting - All repos
22

33
- use $BASH_SOURCE instead of $0
4+
- don't use uppercase variables for general scripting. Only use them for docker specific environment settings
45
- avoid set -euo pipefail - instead focus on thorough testing, validation and error handling.
56
- ideally error handling should be considered holistically but per function is acceptable.
67
- changes and recommendations should be simple, modular, focused on the requirement of the prompt.

0 commit comments

Comments
 (0)