mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
Improve bug report template & add PR template
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -11,6 +11,8 @@ body:
|
|||||||
options:
|
options:
|
||||||
- label: I have looked for any other duplicate issues
|
- label: I have looked for any other duplicate issues
|
||||||
required: true
|
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
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
11
.github/pull_request_template.md
vendored
Normal file
11
.github/pull_request_template.md
vendored
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user