From 829c1d34b7578656a1f21b7d626af1486117b4a5 Mon Sep 17 00:00:00 2001 From: Jorge Luis Calleja Alvarado Date: Thu, 23 Nov 2023 21:37:20 -0600 Subject: [PATCH] docs: update docs --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7d9791ab..09369792 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -90,7 +90,7 @@ If you are interested in the detailed specification you can visit https://www.co 1. Fork of the panda repository and clone your fork 2. Create a new branch out of the `main` branch. We follow the convention `[type/scope]`. For example - `fix/accordion-hook` or `docs/menu-typo`. `type` can be either `docs`, `fix`, `feat`, `build`, or any other + `fix/box` or `docs/box-type`. `type` can be either `docs`, `fix`, `feat`, `build`, or any other conventional commit type. `scope` is just a short id that describes the scope of work. 3. Make and commit your changes following the