From 5a9bf7cee8eddc3dd71ce954bb81cfc7cac67407 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Sun, 31 May 2026 18:24:09 +0200 Subject: [PATCH 1/3] 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 @@