fix: pr requirements (image > 1080px, repository URL, ...)

This commit is contained in:
Ansgar Lichter 2024-12-30 16:46:50 +01:00
parent be73f81b09
commit eaae54ba8d
3 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#import "modules/titlePage.typ": * #import "modules/titlepage.typ": *
#import "@preview/glossarium:0.5.1": print-glossary, register-glossary #import "@preview/glossarium:0.5.1": print-glossary, register-glossary
#let in-outline = state("in-outline", false) #let in-outline = state("in-outline", false)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Before After
Before After

View file

@ -5,7 +5,7 @@ entrypoint = "lib.typ"
authors = ["Ansgar Lichter <https://www.linkedin.com/in/ansgar-lichter-8532661b1>"] authors = ["Ansgar Lichter <https://www.linkedin.com/in/ansgar-lichter-8532661b1>"]
license = "MIT" license = "MIT"
description = "Unofficial thesis template used at the University of Applied Sciences Karlsruhe (Hochschule Karlsruhe / HKA) at the faculty of Computer Science." description = "Unofficial thesis template used at the University of Applied Sciences Karlsruhe (Hochschule Karlsruhe / HKA) at the faculty of Computer Science."
repository = "TODO" repository = "https://github.com/AnsgarLichter/unofficial-hka-thesis"
keywords = ["Karlsruhe", "University of Applied Sciences Karlsruhe", "HKA", "Hochschule Karlsruhe", "Thesis", "Masterarbeit", "Bachelorarbeit", "Final Thesis", "Bachelor's Thesis", "Master's Thesis"] keywords = ["Karlsruhe", "University of Applied Sciences Karlsruhe", "HKA", "Hochschule Karlsruhe", "Thesis", "Masterarbeit", "Bachelorarbeit", "Final Thesis", "Bachelor's Thesis", "Master's Thesis"]
categories = ["thesis"] categories = ["thesis"]
exclude = [] exclude = []