From 1d0f3c0da42a58fc64a2edb7d94a8232539d15a6 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Thu, 29 Jan 2026 12:55:42 +0000 Subject: [PATCH] README: Add sending pull-requests section. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4ba8132..828cb6f 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,7 @@ $ tmt -c distro=fedora-rawhide run --all \ prepare --insert --how install -D /path/to/packages \ provision -h virtual -i fedora-rawhide ``` + +### Sending pull-requests + +Always send pull-requests rather than pushing the commits directly to avoid breaking CI.