diff --git a/.github/instructions/wdl.instructions.md b/.github/instructions/wdl.instructions.md new file mode 100644 index 000000000..0f3fbef0a --- /dev/null +++ b/.github/instructions/wdl.instructions.md @@ -0,0 +1,13 @@ +--- +applyTo: "**/*.wdl" +--- +# This file contains instructions for the WDL code style in the workflows directory. + +# WDL Development Instructions + +- Use the latest version of the WDL spec from https://github.com/openwdl/wdl/ +- Use the CONTRIBUTING.md guide in this repository for general coding style and best practices. +- Use the best-practices.md guide in this repository for WDL-specific best practices. +- Prefer the strings in template/common-parameter-meta.txt when writing parameter meta sections. +- Use the templates in template/task-examples.wdl when writing new tasks. +- All WDL code should be checked with Sprocket lint and formatted with Sprocket format before committing.