mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
parent
dcbfea2f49
commit
334661497c
41
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
41
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Versions (please complete the following information):**:
|
||||
- Libvirt version:
|
||||
- Vagrant version [output of `vagrant version`]:
|
||||
- Vagrant flavour [Upstream or Distro]:
|
||||
- Vagrant plugins versions (including vagrant-libvirt) [output of `vagrant plugin list`]:
|
||||
|
||||
**Debug Log**
|
||||
Attach Output of `VAGRANT_LOG=debug vagrant ... --provider=libvirt >vagrant.log 2>&1`
|
||||
```
|
||||
Delete this text and drag and drop the log file for github to attach and add a link here
|
||||
```
|
||||
|
||||
**A Vagrantfile to reproduce the issue:**
|
||||
```
|
||||
Insert Vagrantfile inside quotes here (remove sensitive data if needed)
|
||||
```
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
37
.github/issue_template.md
vendored
37
.github/issue_template.md
vendored
@ -1,37 +0,0 @@
|
||||
<!--
|
||||
Thank you for reporting issues to vagrant-libvirt.
|
||||
|
||||
To make it possible for us to help you quickly, we kindly request that you use the template below to report issues. If the issue you are reporting does not fit the template (a feature request for example) please feel free to adapt it to your needs.
|
||||
|
||||
Please be aware that we are not actively testing previous versions of both Vagrant and Vagrant-libvirt, so before reporting an issue, please install the latest Vagrant version from Vagrantup.com, run `vagrant plugin update` and reproduce the issue.
|
||||
-->
|
||||
### Steps to reproduce
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
### Expected behaviour
|
||||
Tell us what should happen
|
||||
|
||||
### Actual behaviour
|
||||
Tell us what happens instead
|
||||
|
||||
### System configuration
|
||||
**OS/Distro version:**:
|
||||
|
||||
**Libvirt version:**
|
||||
|
||||
**Output of `vagrant version; vagrant plugin list`:**
|
||||
|
||||
**Attach Output of `VAGRANT_LOG=debug vagrant ... --provider=libvirt >vagrant.log 2>&1`**
|
||||
```
|
||||
Delete this text and drag and drop the log file for github to attach and add a link here
|
||||
```
|
||||
|
||||
**A Vagrantfile to reproduce the issue:**
|
||||
```
|
||||
Insert Vagrantfile inside quotes here (remove sensitive data if needed)
|
||||
```
|
||||
|
||||
**Are you using upstream vagrant package or your distros package?**
|
||||
Upstream / Distro
|
Loading…
Reference in New Issue
Block a user