repo2docker/.github/ISSUE_TEMPLATE/bug_report.md

39 wiersze
1.2 KiB
Markdown
Czysty Zwykły widok Historia

2019-04-28 11:02:41 +00:00
---
name: Bug report
about: Create a report to help us repair something that is currently broken
title: ""
labels: ""
assignees: ""
2019-04-28 11:02:41 +00:00
---
<!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! -->
2019-04-28 11:02:41 +00:00
2019-04-28 17:12:23 +00:00
### Bug description
2019-04-28 17:12:23 +00:00
<!-- Use this section to clearly and concisely describe the bug. -->
#### Expected behaviour
2019-04-28 17:12:23 +00:00
<!-- Tell us what you thought would happen. -->
#### Actual behaviour
2019-04-28 17:12:23 +00:00
<!-- Tell us what you actually happens. -->
### How to reproduce
2019-04-28 17:12:23 +00:00
<!-- Use this section to describe the steps that a user would take to experience this bug. -->
2019-04-28 11:02:41 +00:00
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
2019-04-28 17:12:23 +00:00
### Your personal set up
2019-04-28 11:02:41 +00:00
<!-- Tell us a little about the system you're using. You can see the guidelines for setting up and reporting this information at https://repo2docker.readthedocs.io/en/latest/contributing/contributing.html#setting-up-for-local-development. -->
2019-04-28 17:12:23 +00:00
- OS: [e.g. linux, OSX]
- Docker version: `docker version` <!-- Run this command to get your version. -->
- repo2docker version `repo2docker --version` <!-- Run this command to get your version. -->