From 8886e4f3e24603a1fe1c0cf9aa6f20d01d8bfe4f Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Thu, 23 Jun 2022 11:56:52 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..06ae8de54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Report an issue and help improve OpenReplay. +title: '' +labels: bug +assignees: estradino + +--- + +**Describe the issue** +A short description of what the issue is. + +**Steps to reproduce the issue** +1. Step 1 +2. Step 2 +3. You got it :) + +**Expected behavior** +What you expected to happen. + +**Screenshots** +If possible, that would be make our life easier. + +**OpenReplay Environment** + - Frontend stack [e.g. React/Axios/MobX, Next] + - OpenReplay version: [e.g. 1.6.0] + - Tracker version: [e.g. 3.5.10] + - Plugins used: [e.g. Fetch, Redux] + - Cloud provider: [e.g. AWS, GCP] + - System specs: [e.g. 2vCPU/16Gb with 50Gb of storage] + +**Additional context** +Add additional information you think might be relevant for this behavior.