Skip to content

Commit 9a0cd9b

Browse files
committed
added issue_template in markdown
1 parent b049635 commit 9a0cd9b

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/ISSUE_TEMPLATE.md

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

0 commit comments

Comments
 (0)