Skip to content

Commit

Permalink
chore(root): ♻️ refactor bug report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Apr 25, 2024
1 parent 3a38650 commit a58f0c4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 72 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
@@ -0,0 +1,42 @@
name: "🐛 Bug report"
description: "Report an issue with BarbaJS"
title: "..."
labels:
- bug
body:
- type: markdown
attributes:
value: By opening an issue, you consider that there is a problem with the library itself, rather than your code. If you are requesting for custom code support, please **use the Slack workspace** in order to ask the whole community. Join using the invite link [https://barba.js.org/docs/getstarted/useful-links/#Developer](https://barba.js.org/docs/getstarted/useful-links/#Developer).
- type: textarea
attributes:
label: Environment
description: |
Please tell us about how you're running BarbaJS.
value: |
Node version:
NPM version:
BarbaJS version:
Operating System:
validations:
required: true
- type: dropdown
attributes:
label: What package are you using?
description: |
Please specify the package with which you are having a problem.
options:
- "@barba/core"
- "@barba/router"
- "@barba/prefetch"
- "@barba/css"
- "@barba/head"
- "@barba/preset"
validations:
required: true
- type: textarea
attributes:
label: Describe your issue
description: |
You can use Markdown in this field.
validations:
required: true
72 changes: 0 additions & 72 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

0 comments on commit a58f0c4

Please sign in to comment.