Skip to content

Commit

Permalink
add templates
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenrajm7 committed Aug 9, 2024
1 parent ab7678e commit 0f3398b
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
-->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit 0f3398b

Please sign in to comment.