From 493d7c0c97de36156c6f2b45a437aaba1d6c75a8 Mon Sep 17 00:00:00 2001 From: cverorg <292680828+cverorg@users.noreply.github.com> Date: Tue, 14 Jul 2026 16:16:13 +0900 Subject: [PATCH] docs: point code contributions to the now-public source at CVERInc/tile The plugin source is open-sourced at github.com/CVERInc/tile (MIT). This repo stays the release mirror; code PRs now go to the source repo instead of the old issue-only flow. --- CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 61e31a5..e5e75e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,10 +12,11 @@ Please open a [GitHub issue](https://github.com/CVERInc/marktile/issues). Helpfu ## Pull requests -This repository is the public **distribution mirror** — the release build (`main.js`, -`styles.css`, `manifest.json`) is generated from a private development monorepo, so code -PRs against these built files can't be merged directly. For a fix or an idea, please open -an issue first and we'll land it at the source. +The built files here (`main.js`, `styles.css`, `manifest.json`) are generated from +source, so this repo is the release home — not where code changes are made. **The source +is open at [CVERInc/tile](https://github.com/CVERInc/tile)** (MIT): the shared editor +engine and both Obsidian plugins live there, and that is where code pull requests go. +Clone it, run `bash scripts/test.sh`, then PR against it. Documentation wording and translation suggestions are very welcome.