moss-core 0.11.0

Pure-Rust content engine for moss: AST, render, resolve, validate, frontmatter, schema.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributing

> **This repository is a read-only mirror.** Force-pushes happen on each release. See [obsidian-api]https://github.com/obsidianmd/obsidian-api and [tauri plugin mirrors]https://github.com/tauri-apps/tauri-plugin-fs for the same pattern.

## How to participate

- **Questions / discussions / patches**: use [GitHub Discussions]../../discussions. Attach code as a fenced block, gist link, or `.patch` file.
- **Bug reports**: open an [Issue]../../issues (use the bug report template).
- **Pull requests**: cannot be merged here — the next release sync would overwrite them. Post your code change in a Discussion or attach it to an Issue. Maintainers will apply it with a `Co-Authored-By:` trailer so you appear in the public git log with GitHub avatar attribution.
- **Security**: see [SECURITY.md]SECURITY.md. Do not file public issues for vulnerabilities.

## Attribution promise

Code suggestions accepted from external contributors are committed in the private monorepo with `Co-Authored-By: Name <email>` in the commit message. `splitsh-lite` preserves these trailers, so contributors appear in this mirror's `git log` and on the GitHub contributors graph.

## License

By submitting code, you agree it may be incorporated under the MIT license (see [LICENSE](LICENSE)).