-
-
Notifications
You must be signed in to change notification settings - Fork 232
added ISSUE_TEMPLATE.md #383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mr-c
merged 4 commits into
common-workflow-language:master
from
manu-chroma:issue_template
May 25, 2017
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Issue tracker is a tool to address bugs in cwltool (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. | ||
|
||
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 [MCVE](http://stackoverflow.com/help/mcve) reproducing | ||
the problem before opening an issue to ensure it's not caused by something in | ||
your code. | ||
|
||
--- | ||
|
||
## Expected Behavior | ||
Tell us what should happen | ||
|
||
## Actual Behavior | ||
Tell us what happens instead | ||
|
||
## Workflow Code | ||
``` | ||
Paste the template code (ideally a minimal example) that causes the issue | ||
|
||
``` | ||
|
||
## Full Traceback | ||
```pytb | ||
Paste the full traceback in case there is an exception | ||
Run the workflow with ``--debug`` flag for more verbose logging | ||
``` | ||
|
||
## Your Environment | ||
* cwltool version: | ||
Check using ``cwltool --version`` |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please mention that posting on biostars should include the
cwl
tagThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure