mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Create pull_request_template.md (#653)
This commit is contained in:
parent
b080313c24
commit
a14ea4c9ae
28
pull_request_template.md
Normal file
28
pull_request_template.md
Normal file
@ -0,0 +1,28 @@
|
||||
# Added
|
||||
- New features
|
||||
|
||||
# Changed
|
||||
- Changed: Changed how something existing works (Closes #bug number)
|
||||
|
||||
# Fixed
|
||||
- Fixed: Fixed a bug (Fixes #issue number)
|
||||
|
||||
|
||||
# Checklist (delete section)
|
||||
- Please delete any that are not relevant.
|
||||
- You MUST use Fixed:, Changed:, Added: in front of any bullet points.
|
||||
- Do not use double quotes, use ' instead.
|
||||
- If you have not talked to me through an existing issue or in discord, leave a comment on PR with extra content. The PR description is user visible and as such, should not contain developer information.
|
||||
|
||||
## Example (delete section)
|
||||
|
||||
# Added
|
||||
- Added: Added the ability to see when a scan library started by hovering over the spinner
|
||||
- Added: When an OPDS collection is empty, we now send an Entry saying 'Nothing here'
|
||||
|
||||
# Changed
|
||||
- Changed: Hashing for images now takes into account the last time it was modified, so browser doesn't cache old entries. This usually affects when files inside an archive are modified and re-read. (Fixes #631)
|
||||
- Changed: + is now allowed in normalization scheme. This allows series that use + as a way to denote sequels to not merge with their prequel series. (Fixes #632)
|
||||
|
||||
# Fixed
|
||||
- Fixed: Fixed a bug where we would reset dark mode on the book reader to dark mode if our site was on dark mode, despite user setting light mode. (Fixes #633)
|
Loading…
x
Reference in New Issue
Block a user