From a14ea4c9ae60edbb2c0d543d20c1c648c916a8f8 Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Mon, 11 Oct 2021 07:27:03 -0700 Subject: [PATCH] Create pull_request_template.md (#653) --- pull_request_template.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 000000000..3e3166397 --- /dev/null +++ b/pull_request_template.md @@ -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)