Skip to content

Commit

Permalink
Revert "chore: add issue templates (#553)"
Browse files Browse the repository at this point in the history
This reverts commit 7c3689a.

Signed-off-by: Ferran Rodenas <ferran.rodenas@broadcom.com>
  • Loading branch information
frodenas committed Dec 12, 2024
1 parent b9f8588 commit 6bdac78
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 255 deletions.
151 changes: 0 additions & 151 deletions .github/ISSUE_TEMPLATE/bug.yml

This file was deleted.

79 changes: 79 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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 --->
45 changes: 0 additions & 45 deletions .github/ISSUE_TEMPLATE/docs.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/ISSUE_TEMPLATE/enhancement.yml

This file was deleted.

36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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 --->

0 comments on commit 6bdac78

Please sign in to comment.