mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* feat: basic initialisation * fix: no scope * chore: add options for issues * feat: good word, Monbrey * feat: basic README.md * fix: no documentation for this * feat: install for them * chore: update licencing * chore: fix year * fix: build tsup * feat: add TypeScript option * feat: add `name` option * chore: ignore annoying errors * chore: add tsconfig.json * refactor: remove name We can just use the name of the directory instead. * chore: update cliff jumper rc * chore: bump dependencies * chore: bump dependencies * fix: build in prepack * fix: configure ESLint correctly * feat: infer package manager * docs(packageManager): document `install()` * fix(packageManager): do not emit a warning for `npm` * refactor: change project name colour to yellow * docs(constants): basic documentation * feat: add link * chore: add `verbatimModuleSyntax` * chore: bump discord.js * refactor: switch to @sapphire/ts-config * refactor: file name changes * refactor: tweak description * chore: update yarn.lock * fix: add .env * chore: bump dependencies * feat: event handler * refactor: use `default` * refactor: simpler event * chore: bump discord.js * fix: add release script and reorder * style: reorder package.json * chore: remove unneeded ignores * chore: bump minimum Node.js version * chore: add @types/node to TypeScript package.json * chore: apply requested changes Co-authored-by: Noel <buechler.noel@outlook.com> * style: run ESLint + Prettier * refactor: prefer "the" * refactor: remove some comments * feat: add ESLint + Prettier * chore: requested changes Co-authored-by: Noel <buechler.noel@outlook.com> * chore: more requested changes Co-authored-by: Noel <buechler.noel@outlook.com> --------- Co-authored-by: Noel <buechler.noel@outlook.com>
60 lines
1.9 KiB
YAML
60 lines
1.9 KiB
YAML
name: Feature request
|
|
description: Request a new feature (discord.js accepts documented features of the official Discord developer API only!)
|
|
labels: [feature request]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
We can only implement features that Discord publishes, documents, and merges into the Discord API documentation.
|
|
We do not implement unreleased features.
|
|
Use Discord for questions: https://discord.gg/djs
|
|
- type: dropdown
|
|
id: application_or_package
|
|
attributes:
|
|
label: Which application or package is this feature request for?
|
|
options:
|
|
- discord.js
|
|
- Documentation
|
|
- Guide
|
|
- brokers
|
|
- builders
|
|
- collection
|
|
- core
|
|
- create-discord-bot
|
|
- formatters
|
|
- next
|
|
- proxy
|
|
- proxy-container
|
|
- rest
|
|
- ui
|
|
- util
|
|
- voice
|
|
- ws
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Feature
|
|
description: A clear and concise description of what the problem is, or what feature you want to be implemented.
|
|
placeholder: I'm always frustrated when..., Discord has recently released..., A good addition would be...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Ideal solution or implementation
|
|
description: A clear and concise description of what you want to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternative solutions or implementations
|
|
description: A clear and concise description of any alternative solutions or features you have considered.
|
|
- type: textarea
|
|
id: additional_context
|
|
attributes:
|
|
label: Other context
|
|
description: Any other context, screenshots, or file uploads that help us understand your feature request.
|