From f96fb601fa909574255407c169ec2777f5518f36 Mon Sep 17 00:00:00 2001 From: Aivaras Date: Thu, 24 Apr 2025 17:27:06 +0300 Subject: [PATCH] Replaced a space with a hyphen --- docs/user/pull-requests-and-git-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/pull-requests-and-git-flow.md b/docs/user/pull-requests-and-git-flow.md index bc68dc5f..acbe8e00 100644 --- a/docs/user/pull-requests-and-git-flow.md +++ b/docs/user/pull-requests-and-git-flow.md @@ -6,7 +6,7 @@ origin_author: 'Codeberg Docs Contributors' origin_title: 'Pull requests and Git flow' --- -## Benefits of a pull request-based workflow +## Benefits of a pull-request-based workflow > **_TLDR:_** _Keep an eye on your repository and organization permissions. Don't take sweets from strangers. Use pull requests. Easy to review, easy to manage, and only the project maintainers/owners have permission to merge them._