From a94abf2e69413ce5952bc34d4af3a57664f16bac Mon Sep 17 00:00:00 2001 From: AnErrupTion Date: Sun, 30 Nov 2025 12:08:10 +0100 Subject: [PATCH] Improve bug report template & add PR template Signed-off-by: AnErrupTion --- .github/ISSUE_TEMPLATE/bug.yml | 2 ++ .github/pull_request_template.md | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 101a459..d40aaf3 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -11,6 +11,8 @@ body: options: - label: I have looked for any other duplicate issues required: true + - label: I have reproduced the issue on a fresh install of my OS & Ly with default settings, except ones I will mention + required: true - type: input id: version attributes: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..0cc851f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## What are the changes about? + +_Replace this with a brief description of your changes_ + +## What existing issue does this resolve? + +_Replace this with a reference to an existing issue, or N/A if there is none_ + +## Pre-requisites + +- [ ] I have tested & confirmed the changes work locally