From f5a1d441fdd1154f8851d892288b5123fc1a2ec3 Mon Sep 17 00:00:00 2001 From: Risto Lahtela Date: Sun, 3 Nov 2019 13:46:13 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0eb261b8f..9d743dc27 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,8 +32,9 @@ The information is crucial for reproducing the issue. # Writing a good Pull Request -Development of new versions is done on `development`-branch, or sometimes shortlived feature branches. `master` contains latest release. -Keep this in mind when choosing where to start your work on. +In order to make it easier to contribute two wiki articles are available: +- [Project Setup](https://github.com/plan-player-analytics/Plan/wiki/Project-Setup) on setting up the build environment +- [Project Architecture](https://github.com/plan-player-analytics/Plan/wiki/Project-Architecture) on structure of the project ## :tophat: Good Pull Request