From 6a39a4e13b021b639982db141155c80dc857af29 Mon Sep 17 00:00:00 2001 From: Saq Imtiaz Date: Thu, 23 Oct 2025 13:07:37 +0200 Subject: [PATCH] Docs: add link to Contributing guidelines in developers tiddler (#9361) --- editions/tw5.com/tiddlers/about/Developers.tid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/about/Developers.tid b/editions/tw5.com/tiddlers/about/Developers.tid index f255f9f9c..53a99c84c 100644 --- a/editions/tw5.com/tiddlers/about/Developers.tid +++ b/editions/tw5.com/tiddlers/about/Developers.tid @@ -1,5 +1,5 @@ created: 20150412191004348 -modified: 20240925114810504 +modified: 20251022153208584 tags: Community Reference title: Developers type: text/vnd.tiddlywiki @@ -8,3 +8,4 @@ type: text/vnd.tiddlywiki * Get involved in the [[development on GitHub|https://github.com/TiddlyWiki/TiddlyWiki5]] * [[GitHub Discussions|https://github.com/TiddlyWiki/TiddlyWiki5/discussions]] are for Q&A and open-ended discussion * [[GitHub Issues|https://github.com/TiddlyWiki/TiddlyWiki5/issues]] are for raising bug reports and proposing specific, actionable new ideas +* See [[Contributing]] for guidelines on how to contribute to the project.