| type | guide | |||
|---|---|---|---|---|
| created | 2024-01-01 | |||
| tags |
|
Thank you for wanting to contribute to this project! Here is everything you need to know.
- Notes, documentation, and communication: English
- Code, frontmatter keys, and tags: English (e.g.
type: project,status: active)
- Open an Issue on GitHub
- Describe the problem clearly and reproducibly:
- What did you expect?
- What happened instead?
- Which Obsidian version and operating system are you using?
- Attach screenshots if the issue involves the display
- Create an Issue with the title:
[Template] Name of Template - Describe:
- Which note type the template should cover
- Which frontmatter fields are needed
- A rough outline of the template (headings, sections)
- Optional: Attach a sample
.mdfile
- Fork the repository
- Create a new branch:
git checkout -b feature/my-feature - Make your changes
- Follow these rules:
- Templates belong in
05 - Templates/ - Every template needs correct YAML frontmatter with at least
type,created,tags - Every note needs a
## Connectionssection - Do not commit personal data or sample content
- Templates belong in
- Commit with a clear message:
git commit -m "Add: Template for XY" - Push your branch:
git push origin feature/my-feature - Open a Pull Request against the
mainbranch
- Personal notes or vault content
- Changes to
.obsidian/configuration files (these are user-specific) - Templates without correct frontmatter
Open an Issue or start a Discussion on GitHub.
- Project: [[README]]
- Start: [[START HERE]], [[Home]]
- MOCs: [[Resources MOC]], [[Templates MOC]]