-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add pr/bug report templates and vuln link * Add PR suggestion
- Loading branch information
1 parent
ee501a4
commit 0c26028
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
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,33 @@ | ||
--- | ||
name: 🐛 Bug Report | ||
about: If something isn't working as expected 🤔. | ||
|
||
--- | ||
|
||
### Expected Behavior | ||
|
||
<!--- What should have happened? ---> | ||
|
||
### Actual Behavior | ||
|
||
<!--- What actually happened? ---> | ||
|
||
### Steps to Reproduce | ||
|
||
<!--- Please list the steps required to reproduce the issue. ---> | ||
|
||
1. `terraform apply` | ||
|
||
### Important Factoids | ||
|
||
<!--- Is there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? ---> | ||
|
||
### 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: | ||
---> | ||
|
||
* #0000 |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Security Vulnerability | ||
url: https://www.hashicorp.com/security.html | ||
about: Please report security vulnerabilities responsibly. |
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,20 @@ | ||
## Background | ||
|
||
Please include a one or two sentence description of what you're changing and why. | ||
|
||
|
||
Relates OR Closes #0000 | ||
|
||
|
||
## How Has This Been Tested | ||
|
||
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration | ||
|
||
### Test Configuration | ||
|
||
* Terraform Version: | ||
* Any additional relevant variables: | ||
|
||
## This PR makes me feel | ||
|
||
![optional gif describing your feelings about this pr]() |