From 879c677150b27067c9acd1b879df17a766885355 Mon Sep 17 00:00:00 2001 From: Erin Atkinson <20285458+erindatkinson@users.noreply.github.com> Date: Thu, 12 Dec 2019 15:41:27 -0700 Subject: [PATCH] Add templates (#48) * add pr template, bug report and vuln link * remove addenda * Consitency! * move to correct folder * move to correct folder #2 --- .github/ISSUE_TEMPLATE/Bug_Report.md | 33 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yaml | 5 +++++ .github/pull_request_template.md | 20 +++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_Report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yaml create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md new file mode 100644 index 00000000..3f6fd967 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -0,0 +1,33 @@ +ISSUE_TEMPLATES--- +name: 🐛 Bug Report +about: If something isn't working as expected 🤔. + +--- + +### Expected Behavior + + + +### Actual Behavior + + + +### Steps to Reproduce + + + +1. `terraform apply` + +### Important Factoids + + + +### References + + + +* #0000 diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 00000000..e086f331 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -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. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..026b8d0c --- /dev/null +++ b/.github/pull_request_template.md @@ -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]()