Skip to content

Commit 6bbbaf4

Browse files
author
François Chastanet
committed
Add embedded file handling
- Embed default templates in bash-compiler - folder can be referenced using DEFAULT_TEMPLATE_FOLDER environment variable - templates can be overridden using TEMPLATES_ROOT_DIR in .bash-compiler - Implemented CopyEmbeddedFiles function to facilitate copying embedded files. - Added tests for file copying functionality. - Created copilot instructions for commit message formatting and GitHub workflow.
1 parent cda4b35 commit 6bbbaf4

34 files changed

Lines changed: 126 additions & 0 deletions

.github/copilot-instructions.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# copilot instructions
2+
3+
On chat, only provide the relevant changes but not all the file.
4+
5+
Git branch is always master.
6+
7+
## commit message
8+
9+
commit message should be in markdown format.
10+
11+
commit message should have a title that summarize the changes.
12+
13+
commit message should contains every relevant changes.
14+
15+
## github workflow
16+
17+
For github workflow split lines longer than 120 characters

examples/templates/annotations/checkRequirements.gtpl renamed to cmd/bash-compiler/defaultTemplates/annotations/checkRequirements.gtpl

File renamed without changes.

examples/templates/annotations/checkRequirementsCode.gtpl renamed to cmd/bash-compiler/defaultTemplates/annotations/checkRequirementsCode.gtpl

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)