From 4c25e85f0118a8688ff474db580c54c10a532685 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Tue, 18 Jul 2023 11:59:59 +0200 Subject: [PATCH] doc: branchformat --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f580e13c8..7b201ab43 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ If you plan to contribute to Documenso, please take a moment to feel awesome ✨ - Create a new branch (include the issue id and something readable): ```sh - git checkout -b doc-999-feat-somefeature-that-rocks + git checkout -b feat/doc-999-somefeature-that-rocks ``` 3. See the [Developer Setup](https://github.com/documenso/documenso/blob/main/README.md#developer-setup) for more setup details.