From 75296738127b150eab7bd1e256acec9baf223afa Mon Sep 17 00:00:00 2001 From: Madalena Melo Date: Tue, 13 Jan 2026 13:27:27 +0100 Subject: [PATCH] :paperclip: Create an issue template for reporting bugs on the new render engine (#8059) This template will be part of the open beta test for the new render, so that users can report issues for us to review. --- .../ISSUE_TEMPLATE/new-render-bug-report.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new-render-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/new-render-bug-report.md b/.github/ISSUE_TEMPLATE/new-render-bug-report.md new file mode 100644 index 0000000000..b93b98b444 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-render-bug-report.md @@ -0,0 +1,38 @@ +--- +name: New Render Bug Report +about: Create a report about the bugs you have found in the new render +title: '' +labels: new render +assignees: claragvinola + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps 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. + +**Screenshots or screen recordings** +If applicable, add screenshots or screen recording to help illustrate your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here.