Skip to content

Commit

Permalink
Create bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Jul 12, 2023
1 parent dd2f90a commit b2ce621
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
name: Bug Report
description: File a bug/issue for the core language
title: "[Bug] <title>"
labels: [bug, question]
assignees: Luna-Klatzer
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please [search here](https://github.com/Kipper-Lang/IntelliJ-Plugin/issues) to see if an issue already exists for your problem.
options:
- label: I have searched the existing issues
required: true
- type: checkboxes
attributes:
label: I am following the documentation's guide
description: Please make sure you followed the documentation and the error appears despite correct usage.
options:
- label: I have read the documentation
required: true
- type: checkboxes
attributes:
label: This issue exists in the latest version
description: Please make sure you have installed the latest version of the IntelliJ plugin and verified it is still an issue.
options:
- label: I am using the latest version
required: true
- type: textarea
attributes:
label: Current Behavior
description: A clear & concise description of what you're experiencing.
validations:
required: false
- type: textarea
attributes:
label: Expected Behavior
description: A clear & concise description of what you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
value: |
1. Go to '...'
2. Utilise/Call '...' with param '...'
3. See error
validations:
required: false
- type: textarea
attributes:
label: Environment
description: |
Examples:
- **Kipper**: 0.6.0
- **Kipper IntelliJ Plugin**: 0.1.0
- **Environment**: Firefox Nightly 102.0a1
- **Operating System**: Ubuntu 20.04
value: |
- Kipper: x.x.x
- Kipper IntelliJ Plugin: x.x.x
- Environment: Node.js/Browser x.x.x
- Operating System: OS x.x.x
validations:
required: false

0 comments on commit b2ce621

Please sign in to comment.