mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-22 14:41:05 +01:00
feat: add bug & feature-request tag
This commit is contained in:
parent
8e3a8fd54c
commit
06c5155164
1 changed files with 21 additions and 6 deletions
|
@ -1,11 +1,26 @@
|
||||||
[test]
|
[bun]
|
||||||
keywords = ["test", "t"]
|
keywords = ["bun.sh"]
|
||||||
content = """
|
content = """
|
||||||
Hello, new bot :)
|
Bun is a modern JavaScript runtime like Node or Deno. It was built from scratch to focus on three main things:
|
||||||
|
• Start fast (it has the edge in mind).
|
||||||
|
• New levels of performance (extending JavaScriptCore, the engine).
|
||||||
|
• Being a great and complete tool (bundler, transpiler, package manager).
|
||||||
|
|
||||||
|
Read more [here](https://bun.sh/)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[lol]
|
[bug]
|
||||||
keywords = ["l"]
|
keywords = ["report", "bugs"]
|
||||||
content = """
|
content = """
|
||||||
Lol
|
Found a bug in bun?
|
||||||
|
• If you are unsure, first discuss your bug in <#887787428973281300> or <#995247410794217553>
|
||||||
|
• [Open an issue on GitHub](<https://github.com/oven-sh/bun/issues/new?template=1-bug-report.yml>) and fill out the given template
|
||||||
|
"""
|
||||||
|
|
||||||
|
[feature-request]
|
||||||
|
keywords = ["feature", "request"]
|
||||||
|
content = """
|
||||||
|
Any idea what to add to bun?
|
||||||
|
• Please consider if this is a request for bun, not for other 3rd party packages
|
||||||
|
• [Open an issue on GitHub](<https://github.com/oven-sh/bun/issues/new?template=2-feature-request.yml>) and fill out the given template
|
||||||
"""
|
"""
|
Loading…
Reference in a new issue