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