-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
ab7678e
commit 0f3398b
Showing
2 changed files
with
85 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,65 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
labels: "waiting-intake" | ||
--- | ||
|
||
<!-- | ||
Please note that the Vagrant UTM issue tracker is reserved for bug reports. For general usage questions, please use | ||
GitHub Discussions, https://github.com/naveenrajm7/vagrant_utm/discussions | ||
When you submit a bug report, please provide the minimal configuration and required information necessary to reliably reproduce the issue. It | ||
should include a basic Vagrantfile. | ||
Thank you! | ||
--> | ||
|
||
**Describe the bug** | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
### Debug output | ||
|
||
<!-- | ||
Provide a link to a GitHub Gist containing the complete debug output, https://www.vagrantup.com/docs/other/debugging.html. | ||
The debug output should | ||
be very long. Do NOT paste the debug output in the issue. | ||
Attach Output of `vagrant ... --debug >vagrant.log 2>&1` | ||
--> | ||
|
||
### Expected behavior | ||
|
||
<!-- | ||
What should have happened? | ||
--> | ||
|
||
### Actual behavior | ||
|
||
<!-- | ||
What actually happened? | ||
--> | ||
|
||
### Reproduction information | ||
|
||
**Versions (please complete the following information):**: | ||
|
||
- Operating system: | ||
- UTM version [As seen in `About UTM`]: | ||
- Vagrant version [output of `vagrant version`]: | ||
- Vagrant flavour [Upstream or Distro]: | ||
- Vagrant plugins versions (including vagrant_utm) [output of `vagrant plugin list`]: | ||
|
||
|
||
#### Vagrantfile | ||
|
||
```ruby | ||
# Copy-paste your Vagrantfile here. Remove any sensitive information such as passwords, authentication tokens, or email addresses. | ||
``` | ||
|
||
<!-- | ||
Always start with a minimal Vagrantfile and include only the relevant configuration | ||
to reproduce the reported behavior. | ||
--> |
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: Vagrant UTM Feature request | ||
about: Suggest an idea or enhancement for Vagrant | ||
title: 'Enhancement Request: Your description here' | ||
labels: ['enhancement', 'waiting-intake'] | ||
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. |