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.