Skip to content

Commit

Permalink
Merge pull request aoijs#441 from Neodevils/v6
Browse files Browse the repository at this point in the history
  • Loading branch information
Leref authored Feb 5, 2023
2 parents 9187372 + 5d603ad commit 7859ba8
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Bug Report
name: Reporting Bug
description: Report us the issue, and leave it to us! 🤗
title: "Bug: "
labels: "bug"
assignees:
- bug
assignees: "USERSATOSHI,Leref"
body:
- type: markdown
attributes:
Expand All @@ -26,28 +25,32 @@ body:
- type: textarea
id: code
attributes:
label: Bugged function
render: js
description: Please type usage of your code
placeholder: $cooldown[10s;Doesn't work.]
label: Bugged Function
render: js
description: Please type usage of your code
placeholder: |
module.exports = {
name: "ping",
type: 'interaction',
prototype: 'slash',
code: `
$sendMessage[Hello?]
`
}
validations:
required: true


- type: dropdown
id: aoijs-version
attributes:
label: Version of aoi.js
description: What version of aoi.js are you using?
options:
- v5.0.0
- v5.1.0
- v5.1.1
- v5.1.2
- v5.2.0
- v5.5.0
- v5.5.5 (Default)
- v6.0.0 (Unstable Version)
- v6.0.0
- v6.0.1
- v6.0.2
- v6.0.3
- v6-dev
validations:
required: true

Expand All @@ -57,9 +60,9 @@ body:
label: Version of Node.js
description: Also, what version of Node.js are you using?
options:
- v16.6.0
- v16.16.0 (LTS)
- v18.6.0+ (Latest)
- v16.6.0 (Lowest)
- v18.14.0 (LTS)
- v19.6.0 (Current)
validations:
required: true

Expand Down

0 comments on commit 7859ba8

Please sign in to comment.