Skip to content

Commit 2db2964

Browse files
authored
Merge pull request #387 from vmware/add-notice-file
Add NOTICE file
2 parents 3a78d58 + f1cb1ee commit 2db2964

File tree

5 files changed

+108
-48
lines changed

5 files changed

+108
-48
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 --->

.github/workflows/stale.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ jobs:
1414
operations-per-run: 100
1515
days-before-stale: 60
1616
days-before-close: 30
17-
exempt-issue-labels: 'needs-triage'
18-
exempt-pr-labels: 'needs-triage'
19-
stale-issue-label: 'stale'
17+
any-of-labels: dco-required, needs-more-info, waiting-customer-response
18+
remove-stale-when-updated: true
19+
labels-to-remove-when-unstale: stale
20+
stale-issue-label: stale
2021
stale-issue-message: |
2122
Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed.
2223
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
23-
stale-pr-label: 'stale'
24+
stale-pr-label: stale
2425
stale-pr-message: |
2526
Marking this pull request as stale due to inactivity. This helps us focus on the active pull requests. If this pull request receives no comments in the next 30 days it will automatically be closed.
2627
If this pull request was automatically closed and you feel this pull request should be reopened, we encourage creating a new pull request linking back to this one for added context. Thank you!

NOTICE

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
terraform-provider-vra
2+
3+
Copyright 2019-2021 VMware, Inc. All Rights Reserved.
4+
5+
This product is licensed to you under the Mozilla Public License, version 2.0
6+
license (the "License"). You may not use this product except in compliance
7+
with the MPL 2 License.
8+
9+
This product may include a number of subcomponents with separate
10+
copyright notices and license terms. Your use of these subcomponents
11+
is subject to the terms and conditions of the subcomponent's license,
12+
as noted in the LICENSE file.

0 commit comments

Comments
 (0)