Thanks for your interest in improving bertik.net.
This repository powers Herbert Ulrich’s personal website, so changes should prioritize correctness, clarity, and maintainability over feature volume.
- typo/grammar fixes
- broken links and metadata fixes
- accessibility improvements
- bug fixes
- build/tooling reliability improvements
- rewriting personal biography text or publication framing
- adding generic template sections/content
- adding stock/demo images
- broad visual redesigns unrelated to an issue
Please open an issue first for any non-trivial design or content changes.
- Fork and create a branch.
- Make focused changes.
- Run checks locally:
pnpm run lintpnpm run format:checkpnpm run build
- Submit a pull request with a clear description of:
- what changed,
- why it changed,
- how it was verified.
- Keep content specific to Herbert Ulrich and his work.
- Prefer original wording over inherited template language.
- Ensure dates, affiliations, and publication details are accurate.
- Keep changes minimal and scoped.
- Follow existing project style and formatting.
- Do not commit generated artifacts unless explicitly required.
If a change touches personal/profile content and intent is unclear, open an issue before implementing.