Skip to content

Commit 58ebaf8

Browse files
authored
Merge branch 'master' into node_fix
2 parents 70605b3 + 1354b49 commit 58ebaf8

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
This issue tracker is for reporting bugs in cwltool (the CWL reference implementation) itself. Please use the [Gitter channel](https://gitter.im/common-workflow-language/common-workflow-language) or [Biostars forum](https://www.biostars.org/) for general questions about using cwltool to create/run workflows or issues not related to cwltool. Don't forget to use cwl tag when posting on Biostars Forum.
2+
3+
If you'd like to report a bug, fill out the template below and provide any extra information that may be useful / related to your problem. Ideally, you create an [a Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve) reproducing the problem before opening an issue to ensure it's not caused by something in your code.
4+
5+
Before you submit, please delete this help text above the ---
6+
Thanks!
7+
---
8+
9+
## Expected Behavior
10+
Tell us what should happen
11+
12+
## Actual Behavior
13+
Tell us what happens instead
14+
15+
## Workflow Code
16+
```
17+
Paste the template code (ideally a minimal example) that causes the issue
18+
19+
```
20+
21+
## Full Traceback
22+
```pytb
23+
Paste the full traceback in case there is an exception
24+
Run the workflow with ``--debug`` flag for more verbose logging
25+
```
26+
27+
## Your Environment
28+
* cwltool version:
29+
Check using ``cwltool --version``

0 commit comments

Comments
 (0)