diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..82a2e6a24 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,51 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '[BUG]' +labels: 'kind/bug' +assignees: '' + +--- + +### Rancher Server Setup +- Rancher version: +- Installation option (Docker install/Helm Chart): + - If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): +- Proxy/Cert Details: + +### Information about the Cluster +- Kubernetes version: +- Cluster Type (Local/Downstream): + - If downstream, what type of cluster? (Custom/Imported or specify provider for Hosted/Infrastructure Provider): + + +### User Information +- What is the role of the user logged in? (Admin/Cluster Owner/Cluster Member/Project Owner/Project Member/Custom) + - If custom, define the set of permissions: + +### Provider Information +- What is the version of the Rancher v2 Terraform Provider in use? +- What is the version of Terraform in use? + +### Describe the bug + + +### To Reproduce + + +### Actual Result + + +### Expected Result + + +### Screenshots + + +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..a2c18662e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '[RFE] ' +labels: 'enhancement' +assignees: '' + +--- + +### Is your feature request related to a problem? Please describe. + + +### Describe the solution you'd like + + +### Describe alternatives you've considered + + +### Additional context + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..61970203c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ +## Issue: + + +## Problem + +## Solution + + +## Testing + + +## Engineering Testing +### Manual Testing + + +### Automated Testing + + +## QA Testing Considerations + + +### Regressions Considerations + \ No newline at end of file