diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-02-20 13:49:23 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-03-17 22:08:24 +0000 |
commit | 58a571e111ec1a97153cbc22c694d3010fc126e6 (patch) | |
tree | c647d24b47a31e9e23afb6f59e0b5e4dddef52d8 | |
parent | 5008d340033d9289dade91569e356f9317f9b3a9 (diff) |
Documentation/contributing/projects: Add "easy projects" section
Change-Id: Ibf91a879478e03b584756dc24fe33fb013803f9d
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62206
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
-rw-r--r-- | Documentation/contributing/project_ideas.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/contributing/project_ideas.md b/Documentation/contributing/project_ideas.md index 75c78caee1..cea7f7b63c 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, |