From 8fe4766f6986a73036b9e44243181d0e3a4398b8 Mon Sep 17 00:00:00 2001 From: Puyo <15311104+daniel11420@users.noreply.github.com> Date: Wed, 12 May 2021 10:36:24 +0200 Subject: [PATCH] Add stuff to guides index [skip ci] --- docs/guides/index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/guides/index.md b/docs/guides/index.md index e9bfe72..53c065c 100644 --- a/docs/guides/index.md +++ b/docs/guides/index.md @@ -1,3 +1,11 @@ # Guides - There aren't any guides yet. But when there are, they'll be listed here. + +### Contributing +If you'd like to write a guide, you can make a [pull request](https://github.com/KadeDev/Kade-Engine/pulls). Make sure you put the guide in `docs/guides/` and that it's written in Markdown. + +Guides that need to be written: +- How to use the charting state/chart editor +- How to make custom weeks +- How to make custom dialogue (like Week 6) +- How to make custom characters