That’s the wrong repo. At the moment GitHub - Jermolene/TiddlyWiki5: A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc. is the repo to fork.
- fork from the link mentioned above … which I call “upstream”
- download your forked repo … I call it “origin” later
- make sure that “origin” is up to date with upstream
- Switch to the origin tiddlywiki-com branch
- create a feature-branch for your contribution
- create a PR against
upstream tiddlywiki-com
branch from your origin feature-branch
The upstream master
branch is the source of truth, to start a new origin feature-branch
for code contribution
upstream tiddlywiki-com
is the source of truth to start a documentation contribution. …
The difference between those 2 branches is how they are published. tiddlywiki-com is published immediately after contributions are merged to upstream.
So TW documentation can move much faster as TW new versions, which are updated between 6 and 12 months. … or so.
A “feature-branch” is a local branch to create a PR which only contains changes, related to 1 feature, to keep the change count in 1 PR smaller.