mirror of
https://github.com/cverinc/tugtile.git
synced 2026-07-22 07:42:19 +00:00
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.
This commit is contained in:
parent
0c90072c04
commit
abd4110b12
1 changed files with 5 additions and 4 deletions
|
|
@ -12,10 +12,11 @@ Please open a [GitHub issue](https://github.com/CVERInc/tugtile/issues). Helpful
|
|||
|
||||
## 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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue