From a206b270d4296a385429177e9600fc9982d02088 Mon Sep 17 00:00:00 2001 From: pshubham Date: Tue, 17 Dec 2024 12:02:55 +0530 Subject: [PATCH] Added issue template --- .github/ISSUE_TEMPLATE/report_bug.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/report_bug.md diff --git a/.github/ISSUE_TEMPLATE/report_bug.md b/.github/ISSUE_TEMPLATE/report_bug.md new file mode 100644 index 0000000..100abcb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report_bug.md @@ -0,0 +1,30 @@ +--- +name: Bug in DiceDB Playground +about: Report a bug in the DiceDB Playground +title: '' +labels: '' +assignees: '' +--- + +## Bug Category + +- [ ] UI +- [ ] Backend + +## Steps to Reproduce + +``` +{steps_to_reproduce} +``` + +## Expected Behavior + +``` + +``` + +## Actual Behavior + +``` + +```