diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..16f470f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,42 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Regression** +State whether this is a regression and when the last successful instance occurred + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Product Area** +If applicable, the product with the given bug (e.g. coverage, test analytics, browser extension, bundle analysis) + +**Versions** + - OS: [e.g. linux, ubuntu@v24, macos arm64, windows] + - Git Host: [e.g. GitHub, GitLab, Bitbucket] + - CI/CD: [e.g. GitHub Actions, CircleCI] + - Uploader: [e.g. codecov-action@v5.3.1, codecov-circleci-orb@v5.2.0, codecov-cli@v10.0.1, uploader@v0.8.0] + +**Commit and CI link** +Provide the commit SHA and CI link. If applicable, provide the entire Codecov output from CI. + +**Additional context** +Add any other context about the problem here.