From 4893c2027148b0cbfa7f8348e26d181cc3b5aecb Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Thu, 30 May 2024 10:20:04 -0400 Subject: [PATCH] chore: added section about in-progress tasks --- .github/CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a961819..9387f19 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -4,6 +4,7 @@ Thank you for showing interest in contributing to Pretendo Network! As an open s ### Contents - [Prerequisites](#prerequisites) - [Questions and Contact](#questions-and-contact) +- [Finding Work](#finding-work) - [Making Issues](#making-issues) - [Code Changes](#code-changes) - [Consistency](#consistency) @@ -35,6 +36,11 @@ If you have a more generalized question then it is preferred if you create a thr Finally, if none of the above are suitable you may join our [Discord server](https://invite.gg/pretendo). General support and technical help is being phased out here, however, in favor of the forum. Joining our Discord server for the purposes of technical discussions and contribution help is ***not*** recommended. +# Finding Work +To get an overview of our current and future plans, see our ["Plans" GitHub Project](https://github.com/orgs/PretendoNetwork/projects/34). The information here differs from that found on our website progress page. The website progress page gives a breif, general, overview of feature support in select games. The information on this GitHub project shows all of our wider plans for Pretendo Network as a whole. + +Most tasks will be linked to an issue on the relevant repository. If there is no repository for a task which you would like to work on, feel free to reach out to ask for one to be made. If there is something you would like to work on and is not listed as an existing task, create a feature request issue on the relevant repository. + # Making Issues Before contributing any code, you should understand how we use issues and how to make them in a way which ensures you will get the response you want.