Skip to content

Commit

Permalink
Create bug_report.yml
Browse files Browse the repository at this point in the history
Signed-off-by: echo094 <[email protected]>
  • Loading branch information
echo094 authored Aug 9, 2024
1 parent 969eca0 commit d8b4e16
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: "🐛 Bug Report"
description: "If something isn't working as expected 🤔."
title: "[Bug]: "
body:
- type: markdown
attributes:
value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible.

- type: dropdown
attributes:
label: Which plugin are you reporting a bug for?
options:
- "obfuscator"
- "sojson"
- "sojsonv7"
- "visitor"
- "Other"
validations:
required: true

- type: textarea
attributes:
label: Version of Node
description: |
**Tip:** you can run `node -v` and paste the result below
placeholder: |
- Node: [e.g. v18.20.4]
validations:
required: true

- type: textarea
attributes:
label: Input code
description: |
You can write here the minimal input code necessary to reproduce the bug. Or share a link.
placeholder: |
```js
var your => (code) => here;
```
validations:
required: true

- type: textarea
attributes:
label: Additional context
description: "Add any other context about the problem here. Or a screenshot if applicable."

0 comments on commit d8b4e16

Please sign in to comment.