From e5d833d68e58a7d2bbb15094e47e56b6191392b1 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 19 Mar 2024 16:11:38 +0100 Subject: [PATCH] further contribution info --- docs/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.md b/docs/index.md index e50bcae..6ee90bb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,4 +5,8 @@ Welcome to the Tiny Life Developer Docs! On here, you can find the full modding ## Contributing If you found an error in the game's API or its documentation, please feel free to [submit an issue](https://github.com/Ellpeck/TinyLifeWeb/issues). +If you've made a mod for Tiny Life before, and you think you know what you're doing, you can help others by contributing your own tutorial articles or improving existing ones. You can get started doing so by [submitting a pull request](https://github.com/Ellpeck/TinyLifeWeb/pulls). If you do, please start out with a draft pull request, so we can communicate about your plans for the content you're contributing. + +Please keep in mind that some content, especially information meant for all players (rather than just developers), may fit better on [the wiki](https://wiki.tinylifegame.com) than this site. + Since the API documentation is generated automatically, the `docs/api` directory in the repository should not be edited through pull requests.