meta: simplify bug_report.yml

This commit is contained in:
not 2023-11-27 13:40:45 -06:00 committed by GitHub
commit 5c59fa7413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,30 +15,14 @@ body:
required: true required: true
- type: input - type: input
attributes: attributes:
label: "Terminal" label: "Terminal / multiplexer"
placeholder: "Kitty" placeholder: "Kitty / tmux"
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Describe the bug label: Describe the bug
description: A clear and concise description of what the bug is. Please include any related errors you see in Neovim. description: A clear and concise description of what the bug is. Please include screenshots if possible and any related errors you see in Neovim.
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1.
2.
3.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -61,7 +45,7 @@ body:
end end
require("rose-pine").setup({ require("rose-pine").setup({
-- ADD ROSÉ PINE CONFIG THAT IS _NECESSARY_ FOR REPRODUCING THE ISSUE -- ADD ROSÉ PINE CONFIG THAT IS _NECESSARY_ TO REPRODUCE THE ISSUE
}) })
vim.cmd("colorscheme rose-pine") vim.cmd("colorscheme rose-pine")