diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ad92b4bf11..618a5191a0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,39 +1,81 @@ ---- name: Bug report -about: Report any issues with the platform +description: "Found a bug? Please fill out the sections below. \U0001F44D" title: "" -labels: bug -assignees: "" ---- - -Found a bug? Please fill out the sections below. 👍 - -### Issue Summary - -A summary of the issue. This needs to be a clear detailed-rich summary. - -### Steps to Reproduce - -1. (for example) Went to ... -2. Clicked on... -3. ... - -Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead? - -### Actual Results - -- What's happening right now that is different from what is expected - -### Expected Results - -- This is an ideal result that the system should get after the tests are performed - -### Technical details - -- Browser version, screen recording, console logs, network requests: You can make a recording with [Bird Eats Bug](https://birdeatsbug.com/). -- Node.js version -- Anything else that you think could be an issue. - -### Evidence - -- How was this tested? This is quite mandatory in terms of bugs. Providing evidence of your testing with screenshots or/and videos is an amazing way to prove the bug and a troubleshooting chance to find the solution. +labels: 🐛 bug +assignees: [] +body: +- type: textarea + id: issue-summary + attributes: + label: Issue Summary + description: A summary of the issue. This needs to be a clear detailed-rich summary. + validations: + required: true +- type: textarea + id: steps-to-reproduce + attributes: + label: Steps to Reproduce + value: | + 1. (for example) Went to ... + 2. Clicked on... + 3. ... + validations: + required: true +- type: textarea + id: expected-behavior + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + validations: + required: true +- type: textarea + id: other-information + attributes: + label: Other information + validations: + required: false +- type: textarea + id: screenshots + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. + validations: + required: false +- type: checkboxes + id: environment + attributes: + label: Environment + options: + - label: app.cal.com + - label: Self-hosted Cal +- type: textarea + id: desktop-version + attributes: + label: Desktop (please complete the following information) + description: | + examples: + - **OS**: [e.g. iOS] + - **Browser**: [e.g. chrome, safari] + - **Version**: [e.g. 22] + value: | + - OS: + - Node: + - npm: + render: markdown + validations: + required: true +- type: markdown + id: nodejs-version + attributes: + value: | + #### Node.JS version + + [e.g. v18.15.0] +- type: markdown + id: anything-else + attributes: + value: | + #### Anything else? + + - Screen recording, console logs, network requests: You can make a recording with [Loom](https://www.loom.com). + - Anything else that you think could be an issue?