.github/ISSUE_TEMPLATE/continous-integration-issue.md
---
name: Continous Integration Issue
about: Report that Continuous Integration started failing
title: 'Continous Integration on <job name>: <error message>'
labels: ''
assignees: ''
---
**First failure**
Date: <date>
Build: <link to build>
Jobs: <link to jobs>
```
logs with Python version information (version, build date, git sha1)
```
```
logs with error
```
**Last success**
Date: <date>
Build: <link to build>
Jobs: <link to jobs>
```
logs with Python version information (version, build date, git sha1)
```