We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df17abd commit 23c654bCopy full SHA for 23c654b
.github/copilot-instructions.md
@@ -1,6 +1,7 @@
1
# Bash Scripting - All repos
2
3
- use $BASH_SOURCE instead of $0
4
+- don't use uppercase variables for general scripting. Only use them for docker specific environment settings
5
- avoid set -euo pipefail - instead focus on thorough testing, validation and error handling.
6
- ideally error handling should be considered holistically but per function is acceptable.
7
- changes and recommendations should be simple, modular, focused on the requirement of the prompt.
0 commit comments