Skip to content

Commit ec9ebe5

Browse files
committed
Update issue's templates
Signed-off-by: Ferran Rodenas <[email protected]>
1 parent 38055ba commit ec9ebe5

File tree

3 files changed

+91
-44
lines changed

3 files changed

+91
-44
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 65 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,79 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
3+
about: Is something not working as expected? Please submit a bug to help us improve
44
title: ''
5-
labels: bug
5+
labels: bug, needs-triage
66
assignees: ''
77

88
---
99

10-
**vRA version**
11-
The vRA Cloud / 8.x version where is issue is found.
12-
**Terraform version**
13-
The terraform version
14-
**terraform-provider-vra plugin version**
15-
The terraform-provider-vra plugin version
10+
### Code of Conduct
1611

17-
**Describe the bug**
18-
A clear and concise description of what the bug is.
12+
This project has a Code of Conduct that all participants are expected to understand and follow:
13+
* [ ] 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)
1914

20-
**To Reproduce**
21-
Steps to reproduce the behavior:
22-
1. Terraform config file (for updates, config file before applying the change and the change made)
23-
2. Terraform command
24-
3. Error
15+
### vRA Version
16+
<!--- The vRA Cloud / 8.x version where this issue is found --->
2517

26-
**Expected behavior**
27-
A clear and concise description of what you expected to happen.
18+
### Terraform Version
19+
<!--- The Terraform version where this issue is found (run `terraform -v` to show the version) --->
2820

29-
**Screenshots**
30-
If applicable, add screenshots to help explain your problem.
21+
### vRA Terraform Provider Version
22+
<!--- The vRA Terraform provider version where this issue is found (run `terraform providers -v` to show the version ) --->
3123

32-
**Logs**
33-
Attach logs to help debug the issue
34-
1. Attach vra-terraform.log
35-
2. Attach Terraform console log (Enable terraform logs following the steps mentioned in https://www.terraform.io/docs/configuration/environment-variables.html)
36-
3. crash.log(if any)
24+
### Affected Resource(s)
25+
<!--- Please list the resources as a list, for example:
26+
* `vra_project`
27+
--->
3728

38-
**Desktop (please complete the following information):**
39-
- OS: [e.g. iOS]
29+
### Terraform Configuration Files
30+
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
4031

41-
**Additional context**
42-
Add any other context about the problem here.
32+
```hcl
33+
# Copy-paste your Terraform configurations here.
34+
# For large Terraform configs, please use a service like Dropbox and share a link to the ZIP file.
35+
```
36+
37+
### Expected Behavior
38+
<!--- What should have happened? --->
39+
40+
### Actual Behavior
41+
<!--- What actually happened? --->
42+
43+
### Steps to Reproduce
44+
<!--- Please list the steps required to reproduce the issue, for example:
45+
1. `terraform apply`
46+
--->
47+
48+
### Screenshots
49+
<!--- If applicable, add screenshots to help explain the issue --->
50+
51+
### Debug Output
52+
<!---
53+
Please provide a link to a GitHub Gist containing the complete debug output
54+
Please do NOT paste the debug output in the issue; just paste a link to the Gist
55+
To enable terraform debug logs, follow the steps mentioned in https://www.terraform.io/docs/cli/config/environment-variables.html)
56+
--->
57+
58+
### Panic Output
59+
<!--- If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the `crash.log` --->
60+
61+
### Important Factoids
62+
<!--- Are there anything atypical about your infrastructure that we should know? --->
63+
64+
### References
65+
<!---
66+
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
67+
68+
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor documentation? For example:
69+
--->
70+
71+
<!--- Please keep this note for the community --->
72+
73+
### Community Note
74+
75+
* 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
76+
* 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
77+
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
78+
79+
<!--- Thank you for keeping this note for the community --->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
11
---
22
name: Feature request
3-
about: Suggest an idea for this project
3+
about: Is something critical missing? Please suggest a feature or and enhancement
44
title: ''
5-
labels: enhancement
5+
labels: enhancement, needs-triage
66
assignees: ''
77

88
---
99

10-
vRA version
11-
The vRA Cloud / 8.x version using.
12-
Terraform version
13-
The terraform version
14-
terraform-provider-vra plugin version
15-
The terraform-provider-vra plugin version
10+
### Code of Conduct
1611

17-
**Is your feature request related to a problem? Please describe.**
18-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
This project has a Code of Conduct that all participants are expected to understand and follow:
13+
* [ ] 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)
1914

20-
**Describe the solution you'd like**
21-
A clear and concise description of what you want to happen.
15+
### Description
16+
<!--- Please leave a helpful description of the feature request here --->
2217

23-
**Describe alternatives you've considered**
24-
A clear and concise description of any alternative solutions or features you've considered.
18+
### Describe alternatives you've considered
19+
<!--- A clear and concise description of any alternative solutions or features you've considered --->
2520

26-
**Additional context**
27-
Add any other context or screenshots about the feature request here.
21+
### References
22+
<!---
23+
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
24+
25+
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor documentation? For example:
26+
--->
27+
28+
<!--- Please keep this note for the community --->
29+
30+
### Community Note
31+
32+
* 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
33+
* 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
34+
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
35+
36+
<!--- Thank you for keeping this note for the community --->

0 commit comments

Comments
 (0)