Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/instructions/wdl.instructions.md
Original file line number Diff line number Diff line change
@@ -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.
Loading