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