-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "chore: add issue templates (#553)"
This reverts commit 7c3689a. Signed-off-by: Ferran Rodenas <ferran.rodenas@broadcom.com>
- Loading branch information
Showing
5 changed files
with
115 additions
and
255 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,79 @@ | ||
--- | ||
name: Bug report | ||
about: Is something not working as expected? Please submit a bug to help us improve | ||
title: '' | ||
labels: bug, needs-triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Code of Conduct | ||
|
||
This project has a Code of Conduct that all participants are expected to understand and follow: | ||
* [ ] I have read and agree to the project's [Code of Conduct](https://github.com/vmware/terraform-provider-vra/blob/main/CODE-OF-CONDUCT.md) | ||
|
||
### vRA Version | ||
<!--- The vRA Cloud / 8.x version where this issue is found ---> | ||
|
||
### Terraform Version | ||
<!--- The Terraform version where this issue is found (run `terraform -v` to show the version) ---> | ||
|
||
### vRA Terraform Provider Version | ||
<!--- The vRA Terraform provider version where this issue is found (run `terraform providers -v` to show the version ) ---> | ||
|
||
### Affected Resource(s) | ||
<!--- Please list the resources as a list, for example: | ||
* `vra_project` | ||
---> | ||
|
||
### Terraform Configuration Files | ||
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> | ||
|
||
```hcl | ||
# Copy-paste your Terraform configurations here. | ||
# For large Terraform configs, please use a service like Dropbox and share a link to the ZIP file. | ||
``` | ||
|
||
### Expected Behavior | ||
<!--- What should have happened? ---> | ||
|
||
### Actual Behavior | ||
<!--- What actually happened? ---> | ||
|
||
### Steps to Reproduce | ||
<!--- Please list the steps required to reproduce the issue, for example: | ||
1. `terraform apply` | ||
---> | ||
|
||
### Screenshots | ||
<!--- If applicable, add screenshots to help explain the issue ---> | ||
|
||
### Debug Output | ||
<!--- | ||
Please provide a link to a GitHub Gist containing the complete debug output | ||
Please do NOT paste the debug output in the issue; just paste a link to the Gist | ||
To enable terraform debug logs, follow the steps mentioned in https://www.terraform.io/docs/cli/config/environment-variables.html) | ||
---> | ||
|
||
### Panic Output | ||
<!--- If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the `crash.log` ---> | ||
|
||
### Important Factoids | ||
<!--- Are there anything atypical about your infrastructure that we should know? ---> | ||
|
||
### References | ||
<!--- | ||
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests | ||
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor documentation? For example: | ||
---> | ||
|
||
<!--- Please keep this note for the community ---> | ||
|
||
### Community Note | ||
|
||
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request | ||
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request | ||
* If you are interested in working on this issue or have submitted a pull request, please leave a comment | ||
|
||
<!--- Thank you for keeping this note for the community ---> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,36 @@ | ||
--- | ||
name: Feature request | ||
about: Is something critical missing? Please suggest a feature or and enhancement | ||
title: '' | ||
labels: enhancement, needs-triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Code of Conduct | ||
|
||
This project has a Code of Conduct that all participants are expected to understand and follow: | ||
* [ ] I have read and agree to the project's [Code of Conduct](https://github.com/vmware/terraform-provider-vra/blob/main/CODE-OF-CONDUCT.md) | ||
|
||
### Description | ||
<!--- Please leave a helpful description of the feature request here ---> | ||
|
||
### Describe alternatives you've considered | ||
<!--- A clear and concise description of any alternative solutions or features you've considered ---> | ||
|
||
### References | ||
<!--- | ||
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests | ||
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor documentation? For example: | ||
---> | ||
|
||
<!--- Please keep this note for the community ---> | ||
|
||
### Community Note | ||
|
||
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request | ||
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request | ||
* If you are interested in working on this issue or have submitted a pull request, please leave a comment | ||
|
||
<!--- Thank you for keeping this note for the community ---> |