docs: tailor repository documentation to Herbert Ulrich's personal site#4
Merged
heruberuto merged 1 commit intoMar 6, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
bertik.net) and to ensure content is personal, factual, and not template/demo material.Description
README.mdto describe the project purpose, tech stack, local workflows, content locations, and contribution boundaries specific to Herbert Ulrich.CONTRIBUTING.mdoutlining acceptable contributions, items requiring prior discussion, and the local development workflow.CODE_OF_CONDUCT.mdestablishing respectful collaboration practices, scope, enforcement, and reporting guidance.LICENSEto retain upstream attribution and add a copyright line for Herbert Ulrich.Testing
pnpm exec prettier --write README.md CONTRIBUTING.md CODE_OF_CONDUCT.md LICENSEwhich formatted the new/changed docs successfully.pnpm exec prettier --check README.md CONTRIBUTING.md CODE_OF_CONDUCT.md LICENSE, which passed.pnpm run lintwhich completed successfully.pnpm run format:checkreported pre-existing formatting issues outside these doc changes insrc/components/Header.astro,src/layouts/Layout.astro, andsrc/scripts/theme.ts(these were not modified by this PR).Codex Task