Skip to content

Commit

Permalink
Add issue template (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi authored Jan 19, 2022
1 parent bffeee8 commit af4d445
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-template.md
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
```

0 comments on commit af4d445

Please sign in to comment.