From 1e288fdb243c149ba7c9ecaaab1044aaa9ff1006 Mon Sep 17 00:00:00 2001 From: Falco Peijnenburg Date: Sun, 24 Mar 2024 14:31:26 +0100 Subject: [PATCH] Customize bug report template --- .github/ISSUE_TEMPLATE/Bug.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug.yml b/.github/ISSUE_TEMPLATE/Bug.yml index 750989260..fe6e2e700 100644 --- a/.github/ISSUE_TEMPLATE/Bug.yml +++ b/.github/ISSUE_TEMPLATE/Bug.yml @@ -4,18 +4,16 @@ # name: "🪳 Bug Report" -description: I found a bug in DarkRP. -title: "[ Bug ] " -labels: [bug] -assignees: ["FPtje"] +description: Report a bug in DarkRP. +title: "<Title>" body: - type: markdown attributes: value: | - This place is only intended for bug reports, - if you need general join the **[DarkRP Discord](https://darkrp.page.link/discord)** + This place is only intended for bug reports. + If you need help, join the **[DarkRP Discord](https://darkrp.page.link/discord)** - type: textarea id: problem @@ -59,14 +57,16 @@ body: id: errors validations: - required: true + required: false attributes: description: | - Describe the issue as accurately as possible. + Provide any errors. Please make sure to look at both the server + console as well as the console when you join the server. placeholder: | - I'm unable to do x when .. + attempt to index 'foo' (a nil value) + some_file.lua: 123 label: Errors