-
Notifications
You must be signed in to change notification settings - Fork 848
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1921 from Varying-Vagrant-Vagrants/develop
3.1.1
- Loading branch information
Showing
13 changed files
with
276 additions
and
36 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
layout: page | ||
layout: default | ||
title: Contributing to VVV | ||
permalink: /docs/en-US/contributing/ | ||
--- | ||
|
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,47 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- Hello! Thanks for using VVV and taking the time to open an issue. --> | ||
<!--- Please use the Title field to provide a clear summary of the issue. --> | ||
<!-- Have you tried the develop branch? Your problem might already be fixed! --> | ||
|
||
## Expected Behavior | ||
<!--- If you're describing a bug, tell us what should happen --> | ||
<!--- If you're suggesting a change/improvement, tell us how it should work --> | ||
|
||
## Current Behavior | ||
<!--- If describing a bug, tell us what happens instead of the expected behavior --> | ||
<!--- If suggesting a change/improvement, explain the difference from current behavior --> | ||
|
||
## Possible Solution | ||
<!--- Not obligatory, but suggest a fix/reason for the bug, --> | ||
<!--- or ideas how to implement the addition or change --> | ||
|
||
## Steps to Reproduce (for bugs) | ||
<!--- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!--- reproduce this bug. Include code to reproduce, if relevant --> | ||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
<!-- If there is an issue during provisioning, it can often be helpful to see a full log of | ||
the output displayed during provisioning. If this is available, please copy and paste the | ||
log into a gist at gist.github.com and paste the link here. --> | ||
|
||
## Your Environment | ||
|
||
<!--- We need to know your machine setup to help --> | ||
<!-- If you don't know it, copy paste the splash screen with the colourful VVV logo from the terminal, it has everything we need to know to help you --> | ||
|
||
|
||
## Logs | ||
|
||
<!-- give us a full log of the provision, a copy paste from the terminal will do, or a gist, just remember to put it in code block tags with 3 backticks before and after, don't forget the splash screen with the logo! --> | ||
<!-- Also, your `vvv-custom.yml` would be super handy --> |
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: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: 'feature' | ||
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. |
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,57 @@ | ||
--- | ||
name: Problems Provisioning on Windows | ||
about: For when running vagrant up --provision or vagrant provision | ||
title: '' | ||
labels: 'Windows' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- Hello! Thanks for using VVV and taking the time to open an issue. --> | ||
<!--- Please use the Title field to provide a clear summary of the issue. --> | ||
<!-- Have you tried the develop branch? Your problem might already be fixed! --> | ||
|
||
## What was The Command Used To Provision? | ||
|
||
```shell | ||
command goes here | ||
``` | ||
|
||
## What Kind of VVV Provision Was This? | ||
|
||
<!-- delete all but one: --> | ||
This was a fresh install | ||
This was an attempt to upgrade to a new version of VVV | ||
This was a reprovision of an already working VVV | ||
|
||
## Logs/What Broke? | ||
|
||
<!--- | ||
If describing a bug, tell us what happens instead of the expected behavior. | ||
Provisioner logs would be super helpful, copy paste the entire log including the VVV logo into a code block, or link to a gist | ||
Also, your `vvv-custom.yml` would be super handy --> | ||
|
||
## Possible Solution | ||
<!--- Not obligatory, but suggest a fix/reason for the bug, --> | ||
<!--- or ideas how to implement the addition or change --> | ||
|
||
## Steps to Reproduce (for bugs) | ||
<!--- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!--- reproduce this bug. Include code to reproduce, if relevant --> | ||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
<!-- If there is an issue during provisioning, it can often be helpful to see a full log of | ||
the output displayed during provisioning. If this is available, please copy and paste the | ||
log into a gist at gist.github.com and paste the link here. --> | ||
|
||
## Your Environment | ||
|
||
Operating System: Windows | ||
|
||
<!--- We need to know your machine setup to help --> | ||
<!-- If you don't know it, copy paste the splash screen with the colourful VVV logo from the terminal, it has everything we need to know to help you --> |
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,55 @@ | ||
--- | ||
name: Problems Provisioning | ||
about: For when running vagrant up --provision or vagrant provision | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- Hello! Thanks for using VVV and taking the time to open an issue. --> | ||
<!--- Please use the Title field to provide a clear summary of the issue. --> | ||
<!-- Have you tried the develop branch? Your problem might already be fixed! --> | ||
|
||
## What was The Command Used To Provision? | ||
|
||
```shell | ||
command goes here | ||
``` | ||
|
||
## What Kind of VVV Provision Was This? | ||
|
||
<!-- delete all but one: --> | ||
This was a fresh install | ||
This was an attempt to upgrade to a new version of VVV | ||
This was a reprovision of an already working VVV | ||
|
||
## Logs/What Broke? | ||
|
||
<!--- | ||
If describing a bug, tell us what happens instead of the expected behavior. | ||
Provisioner logs would be super helpful, copy paste the entire log including the VVV logo into a code block, or link to a gist | ||
Also, your `vvv-custom.yml` would be super handy --> | ||
|
||
## Possible Solution | ||
<!--- Not obligatory, but suggest a fix/reason for the bug, --> | ||
<!--- or ideas how to implement the addition or change --> | ||
|
||
## Steps to Reproduce (for bugs) | ||
<!--- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!--- reproduce this bug. Include code to reproduce, if relevant --> | ||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
<!-- If there is an issue during provisioning, it can often be helpful to see a full log of | ||
the output displayed during provisioning. If this is available, please copy and paste the | ||
log into a gist at gist.github.com and paste the link here. --> | ||
|
||
## Your Environment | ||
|
||
<!--- We need to know your machine setup to help --> | ||
<!-- If you don't know it, copy paste the splash screen with the colourful VVV logo from the terminal, it has everything we need to know to help you --> |
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,15 @@ | ||
--- | ||
name: Support/Question | ||
about: Having Trouble? Unsure of how something works? Don't spend all day trying to debug it, we can help! | ||
title: '' | ||
labels: 'support, question' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Tell us what's happening, include as much detail as you can, and include full logs if you're having troubles | ||
if needed, ping someone on slack with a link to the issue. | ||
If you've given up and gone elsewhere, report it anyway and we can work to make sure it never happens again. | ||
Thank again for using VVV, and helping out!! --> |
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
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
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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
3.1.0 | ||
3.1.1 |
Oops, something went wrong.