Skip to content

Commit a53c4c9

Browse files
committed
feat: add before-submit-patch article
1 parent 14e6283 commit a53c4c9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"label": "Linux Kernel Bug Fixing Mentorship"
3+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Before Submit Patch
3+
date: 2025-06-06
4+
---
5+
6+
There are some steps and knowledge need to know before send patch to kernel.
7+
8+
- setup git send-email environment in local computer, [reference](../Git/git-send-email-gmail.md)
9+
- subscribe to [linux-kernel-mentee-list](https://subspace.kernel.org/lists.linux.dev.html)
10+
- read
11+
- [Submitting patches: the essential guide to getting your code into the kernel — The Linux Kernel documentation](https://docs.kernel.org/process/submitting-patches.html)
12+
- [A guide to the Kernel Development Process — The Linux Kernel documentation](https://docs.kernel.org/process/development-process.html)
13+
- [Linux Kernel patch submission checklist — The Linux Kernel documentation](https://docs.kernel.org/process/submit-checklist.html)

0 commit comments

Comments
 (0)