diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-01-26 02:12:16 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-27 14:48:47 +0000 |
commit | b6f031cf9b39abf6a62aac9af4b9b103260502b1 (patch) | |
tree | 8674d63ee0721ef9264534ce92526de49166d8f5 | |
parent | 188ce0ae113904db31b606afc104f253c5160bdb (diff) |
docs/contributing: Rename "easy projects" to "small projects"
Depending on the actual issue and the experience of the contributor,
"Easy projects" might not be an appropriate description for Coverity
issues and similar things.
Thus rename this section to "Small projects" and also update references
to it.
Change-Id: I3bdefd9f37440ab3ae493095b7fb5c76394d2ba1
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72447
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r-- | Documentation/contributing/gsoc.md | 2 | ||||
-rw-r--r-- | Documentation/contributing/project_ideas.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/contributing/gsoc.md b/Documentation/contributing/gsoc.md index dfed54fa61..f0a711f96e 100644 --- a/Documentation/contributing/gsoc.md +++ b/Documentation/contributing/gsoc.md @@ -91,7 +91,7 @@ amount of spare time. If this is not the case, then you should not apply. process and common issues. * Get signed up for Gerrit and push at least one patch to Gerrit for review. - Check the [easy project list][Project ideas] or ask for simple tasks on + Check the [small project list][Project ideas] or ask for simple tasks on the [mailing list] or on our other [community forums] if you need ideas. diff --git a/Documentation/contributing/project_ideas.md b/Documentation/contributing/project_ideas.md index fa241e9b4c..700373b0fe 100644 --- a/Documentation/contributing/project_ideas.md +++ b/Documentation/contributing/project_ideas.md @@ -20,12 +20,12 @@ 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 +## Small 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. +dirty with some small tasks, then these are for you. * Resolve static analysis issues reported by [scan-build] and [Coverity scan]. More details on the page for |