-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,20 @@ | ||
--- | ||
name: Issue template | ||
about: Template to create a general issue | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please provide as much information as possible, including screenshots, logging snippets and links to your repository, if it is public. Especially, link to the affected workflow that shows the issue that you are reporting. | ||
|
||
For private repositories, please paste logs or your workflow yaml if you think this is relevant. | ||
|
||
If the error occurs repeatedly, please consider adding this to the publish action, to collect more information on the issue: | ||
|
||
```yaml | ||
with: | ||
root_log_level: DEBUG | ||
log_level: DEBUG | ||
``` |