From 8b9aed1c7058f2c8bfbda697e890760848e3c340 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 11 Sep 2018 09:30:33 +0200 Subject: [PATCH] Mention 'help wanted' and 'good first issue' in contributing docs --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2fc5fc2d..3bae78c4a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,6 +23,9 @@ bug reports and features requests or writing code to add enhancements or fix bug Please consider our [roadmap](https://github.com/Icinga/icinga2/milestones) and [open issues](https://github.com/icinga/icinga2/issues) when you start contributing to the project. +Issues labeled with [help wanted](https://github.com/Icinga/icinga2/labels/help%20wanted) or +[good first issue](https://github.com/Icinga/icinga2/labels/good%20first%20issue) will +help you get started more easily. Before starting your work on Icinga 2, you should [fork the project](https://help.github.com/articles/fork-a-repo/) to your GitHub account. This allows you to freely experiment with your changes.