Skip to content

Commit

Permalink
Merge pull request #387 from vmware/add-notice-file
Browse files Browse the repository at this point in the history
Add NOTICE file
  • Loading branch information
frodenas committed Sep 8, 2021
2 parents 3a78d58 + f1cb1ee commit 2db2964
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 48 deletions.
93 changes: 65 additions & 28 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -1,42 +1,79 @@
---
name: Bug report
about: Create a report to help us improve
about: Is something not working as expected? Please submit a bug to help us improve
title: ''
labels: bug
labels: bug, needs-triage
assignees: ''

---

**vRA version**
The vRA Cloud / 8.x version where is issue is found.
**Terraform version**
The terraform version
**terraform-provider-vra plugin version**
The terraform-provider-vra plugin version
### Code of Conduct

**Describe the bug**
A clear and concise description of what the bug is.
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)

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

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

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

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

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

**Additional context**
Add any other context about the problem here.
```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 --->
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
blank_issues_enabled: false
41 changes: 25 additions & 16 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -1,27 +1,36 @@
---
name: Feature request
about: Suggest an idea for this project
about: Is something critical missing? Please suggest a feature or and enhancement
title: ''
labels: enhancement
labels: enhancement, needs-triage
assignees: ''

---

vRA version
The vRA Cloud / 8.x version using.
Terraform version
The terraform version
terraform-provider-vra plugin version
The terraform-provider-vra plugin version
### Code of Conduct

**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 [...]
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)

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
### 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.
### 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.
### 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 --->
9 changes: 5 additions & 4 deletions .github/workflows/stale.yml
Expand Up @@ -14,13 +14,14 @@ jobs:
operations-per-run: 100
days-before-stale: 60
days-before-close: 30
exempt-issue-labels: 'needs-triage'
exempt-pr-labels: 'needs-triage'
stale-issue-label: 'stale'
any-of-labels: dco-required, needs-more-info, waiting-customer-response
remove-stale-when-updated: true
labels-to-remove-when-unstale: stale
stale-issue-label: stale
stale-issue-message: |
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.
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!
stale-pr-label: 'stale'
stale-pr-label: stale
stale-pr-message: |
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.
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!
12 changes: 12 additions & 0 deletions NOTICE
@@ -0,0 +1,12 @@
terraform-provider-vra

Copyright 2019-2021 VMware, Inc. All Rights Reserved.

This product is licensed to you under the Mozilla Public License, version 2.0
license (the "License"). You may not use this product except in compliance
with the MPL 2 License.

This product may include a number of subcomponents with separate
copyright notices and license terms. Your use of these subcomponents
is subject to the terms and conditions of the subcomponent's license,
as noted in the LICENSE file.

0 comments on commit 2db2964

Please sign in to comment.