From ae797bb3282a42cf313d7330075ad00253dab23e Mon Sep 17 00:00:00 2001 From: Mauren Berti Date: Thu, 23 Feb 2023 12:52:13 -0500 Subject: [PATCH 1/2] feat: add pull request and issue templates to this repository. --- .github/ISSUE_TEMPLATE/bug_report.md | 51 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++ .github/pull_request_template.md | 23 ++++++++++ 3 files changed, 94 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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 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 From 258da24c7bfd3c39bd49ee832adc13e19882aa94 Mon Sep 17 00:00:00 2001 From: Mauren Berti Date: Tue, 28 Feb 2023 17:23:52 -0500 Subject: [PATCH 2/2] Add backporting considerations section. --- .github/pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 61970203c..e9f1419b3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,4 +20,7 @@ ### Regressions Considerations - \ No newline at end of file + + +## Backporting considerations +