From a4f4e93a38798d5a11dd42601dd5d224d0666faa Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Sun, 31 May 2026 18:24:09 +0200 Subject: [PATCH 1/5] doc: add guide and answers to FAQs for first-time contributors Signed-off-by: Joyee Cheung --- .github/PULL_REQUEST_TEMPLATE.md | 4 + CONTRIBUTING.md | 5 + doc/contributing/first-contributions.md | 216 ++++++++++++++++++++++++ 3 files changed, 225 insertions(+) create mode 100644 doc/contributing/first-contributions.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 936c2a06125795..3950bc702eb58b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,8 @@