mirror of https://github.com/fairyglade/ly.git
Improve bug report template & add PR template
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
fe354a4809
commit
a94abf2e69
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue