From 358663958c2102aa4ea4d605c5a261ab969a0988 Mon Sep 17 00:00:00 2001 From: BekahHW <34313413+BekahHW@users.noreply.github.com> Date: Sun, 29 Sep 2024 18:38:47 -0400 Subject: [PATCH] Create bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 82 +++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 00000000..0e6ed9f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,82 @@ +name: 🐞 Bug Report +description: Something isn't working correctly! Create a report to help us improve. +labels: ['Type: bug', 'Status: Needs Triage'] +body: + - type: markdown + attributes: + value: | + # Thank you for taking the time to fill out this bug report! + + ![Squash those bugs!](https://media.tenor.co/images/1aaacf5c0671ea79fb1404020bf2576e/tenor.gif) + + **Please note:** If this is a question or you're not sure about something, please consider using [our discussion board](https://github.com/Virtual-Coffee/virtualcoffee.io/discussions) to ask a question or get some help! + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: 'A bug happened!' + validations: + required: true + - type: textarea + attributes: + label: Steps To Reproduce + description: Steps to reproduce the behavior. + placeholder: | + 1. In this environment... + 2. With this config... + 3. Run '...' + 4. See error... + validations: + required: false + - type: dropdown + id: browsers + attributes: + label: What browsers are you seeing the problem on? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - Other + - type: textarea + attributes: + label: Environment + description: | + examples: + - **OS**: Mac 11.5.1 + - **Node**: 13.14.0 + - **pnpm**: 8.5.0 + value: | + - OS: + - Node: + - pnpm: + render: markdown + validations: + required: false + - type: textarea + attributes: + label: Anything else? + description: | + Links? References? Anything that will give us more context about the issue you are encountering! + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://virtualcoffee.io/code-of-conduct/) + options: + - label: I've read the Code of Conduct and understand my responsibilities as a member of the Virtual Coffee community + required: true