Creating a Samba patch series

From SambaWiki
Revision as of 16:51, 15 June 2020 by Dmulder (talk | contribs) (Created page with "= Introduction = When contributing to Samba, there are quality expectations that need to be met in order for your patches to be accepted. Please review these guidelines ''bef...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

When contributing to Samba, there are quality expectations that need to be met in order for your patches to be accepted. Please review these guidelines before writing your first commits, otherwise you may need to rebase your patches.

What this page is not

This page is not meant to be a technical overview about using git, there are already plenty of resources for learning to use git. It's expected when you reach this page that you already know these concepts.

What a commit should include

Each git commit should be succinct and only do one thing.