From 7649371bd831e18ca776c817f8eec480db18bb3f Mon Sep 17 00:00:00 2001 From: Nik Willwerth Date: Fri, 26 Apr 2024 17:11:35 -0500 Subject: [PATCH] Updated issue and PR templates. --- .github/ISSUE_TEMPLATE/opencost-bug-report.md | 10 +++++----- .github/ISSUE_TEMPLATE/opencost-feature-request.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 7 ++----- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/opencost-bug-report.md b/.github/ISSUE_TEMPLATE/opencost-bug-report.md index 90f80be..0491c31 100644 --- a/.github/ISSUE_TEMPLATE/opencost-bug-report.md +++ b/.github/ISSUE_TEMPLATE/opencost-bug-report.md @@ -1,5 +1,5 @@ --- -name: OpenCost Bug report +name: OpenCost Plugins Bug report about: Create a report to help us improve title: '' labels: '' @@ -8,7 +8,7 @@ assignees: '' --- **Describe the bug** -A clear and concise description of what the OpenCost bug is. Please ensure this is an issue related to the OpenCost cost model, API, UI or specification. Public Kubecost bugs may be opened at https://github.com/kubecost/cost-analyzer-helm-chart/ +A clear and concise description of what the OpenCost Plugins bug is. **To Reproduce** Steps to reproduce the behavior: @@ -23,8 +23,8 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Which version of OpenCost are you using?** -This may be the Kubecost release. +**Which version of OpenCost Plugins are you using?** + **Additional context** -Add any other context about the problem here. Kubernetes versions and which public clouds you are working with are especially important. +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/opencost-feature-request.md b/.github/ISSUE_TEMPLATE/opencost-feature-request.md index 0208e2f..d4934f8 100644 --- a/.github/ISSUE_TEMPLATE/opencost-feature-request.md +++ b/.github/ISSUE_TEMPLATE/opencost-feature-request.md @@ -1,5 +1,5 @@ --- -name: OpenCost Feature request +name: OpenCost Plugins Feature request about: Suggest an idea for this project title: '' labels: '' diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fc8a920..bf7f708 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,13 +8,10 @@ * ## Does this PR address any GitHub or Zendesk issues? -* Closes ... +* ## How was this PR tested? * ## Does this PR require changes to documentation? -* - -## Have you labeled this PR and its corresponding Issue as "next release" if it should be part of the next OpenCost release? If not, why not? -* +* \ No newline at end of file