diff options
author | Patrick Georgi <pgeorgi@google.com> | 2019-02-19 10:16:20 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-02-20 16:15:05 +0000 |
commit | 31b4eb6c4a77053b1ce690a476a8565f25c7ebd2 (patch) | |
tree | 2c1050d1ab85fb25e81629c6fe303a57cfe71974 /Documentation/contributing | |
parent | 0a186ca8a94f6dc7fce7700d0a0b3a0b00c7c9d1 (diff) |
Documentation: take the sting out of the requirements
The requirements read a bit as if we only encourage coreboot experts to
try to take on these projects. These requirements should be understood
as "this is what you'll need to learn", hopefully guiding interested
people in picking a project that suits their interests.
Change-Id: I43b6e2e0df5f00e1ded8d14cee8c771e3f595ce7
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/31480
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/contributing')
-rw-r--r-- | Documentation/contributing/project_ideas.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/contributing/project_ideas.md b/Documentation/contributing/project_ideas.md index 63cc62f361..3bd821691d 100644 --- a/Documentation/contributing/project_ideas.md +++ b/Documentation/contributing/project_ideas.md @@ -13,6 +13,13 @@ should also list people interested in supporting people who want to work on them - since we started building this list for Google Summer of Code, we'll adopt its term for those people and call them mentors. +The requirements for each project aim for productive work on the project, +but it's always possible to learn them "on the job". If you have any +doubt if you can bring yourself up to speed in a required time frame +(e.g. for GSoC), feel free to ask in the community or the mentors listed +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. + ## Provide toolchain binaries Our crossgcc subproject provides a uniform compiler environment for working on coreboot and related projects. Sadly, building it takes hours, @@ -23,7 +30,6 @@ Windows, Mac OS. For Windows, this should also include the environment (shell, make, ...). ### Requirements - * coreboot knowledge: Should know how to build coreboot images and where the compiler comes into play in our build system. * other knowledge: Should know how packages or installers for their |