From 58a571e111ec1a97153cbc22c694d3010fc126e6 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 20 Feb 2022 13:49:23 +0100 Subject: Documentation/contributing/projects: Add "easy projects" section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibf91a879478e03b584756dc24fe33fb013803f9d Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/62206 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- Documentation/contributing/project_ideas.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Documentation/contributing/project_ideas.md b/Documentation/contributing/project_ideas.md index 75c78caee15f..cea7f7b63c18 100644 --- a/Documentation/contributing/project_ideas.md +++ b/Documentation/contributing/project_ideas.md @@ -20,6 +20,24 @@ doubt if you can bring yourself up to speed in a required time frame with the projects. We can then try together to figure out if you're a good match for a project, even when requirements might not all be met. +## Easy projects + +This is a collection of tasks which don't require deep knowledge on +coreboot itself. If you are a beginner and want to get familiar with the +the project and the code base, or if you just want to get your hands +dirty with some easy tasks, then these are for you. + + * Resolve static analysis issues reported by [scan-build] and + [Coverity scan]. More details on the page for + [Coverity scan integration]. + + * Resolve issues reported by the [linter][Linter issues] + +[scan-build]: https://coreboot.org/scan-build/ +[Coverity scan]: https://scan.coverity.com/projects/coreboot +[Coverity scan integration]: ../infrastructure/coverity.md +[Linter issues]: https://qa.coreboot.org/job/untested-coreboot-files/lastSuccessfulBuild/artifact/lint.txt + ## Provide toolchain binaries Our crossgcc subproject provides a uniform compiler environment for working on coreboot and related projects. Sadly, building it takes hours, -- cgit v1.2.3