diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 6f9dfaf3..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,33 +0,0 @@ - - -## Bug - -### Environment - -* Platform: aws, azure, bare-metal, google-cloud, digital-ocean -* OS: fedora-coreos, flatcar-linux -* Release: Typhoon version or Git SHA (reporting latest is **not** helpful) -* Terraform: `terraform version` (reporting latest is **not** helpful) -* Plugins: Provider plugin versions (reporting latest is **not** helpful) - -### Problem - -Describe the problem. - -### Desired Behavior - -Describe the goal. - -### Steps to Reproduce - -Provide clear steps to reproduce the issue unless already covered. - -## Feature Request - -### Feature - -Describe the feature and what problem it solves. - -### Tradeoffs - -What are the pros and cons of this feature? How will it be exercised and maintained? diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b346e332..71553862 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ assignees: '' --- - + **Description** @@ -34,6 +34,6 @@ A clear and concise description of what you expected to happen. ### Possible Solution - + Link to a PR or description. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..15a10dce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Typhoon Security + url: https://typhoon.psdn.io/topics/security/ + about: Please report security vulnerabilities via email diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..b494b1ee --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,15 @@ + + +## Enhancement + +### Overview + +One paragraph explanation of the enhancement. + +### Motivation + +Describe the motivation and what problem this solves. + +### Tradeoffs + +What are the pros and cons of this feature? How will it be exercised and maintained?