From adb3d775d558b8696aad4dbccb757a7041153f44 Mon Sep 17 00:00:00 2001 From: tim-sendible Date: Wed, 13 Jan 2021 08:56:21 +0000 Subject: [PATCH] Closes #4 - pull PR/Issue templates from Sorry Cypress --- .github/ISSUE_TEMPLATE/bug-report.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 14 ++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..20890f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,16 @@ +--- +name: Bug Report +about: A bug 🐞 +--- + +## Summary + +Sorry cypress does X, but should do Y + +## How to reproduce + +## Environment + +- sorry-cypress version: `` +- cypress version: `` +- helm chart version: `` diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..040bf3b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,14 @@ +--- +name: Feature Request +about: Create a feature request for Sorry Cypress Helm +--- + +- [ ] I have searched issues for similar feature requests + +## What is this feature about (1 sentence) + +## Why is it needed? What is the value? For whom do we build it? + +## High-level feature overview + +## Other