From 7c40e18bf2dc6703b8b0d86408cf62f1cbb1451e Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Tue, 19 Jan 2021 23:50:15 +0100 Subject: [PATCH] feat: Adding a commiting guideline. --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e90a40..3095e6d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,6 +29,10 @@ git push -u origin HEAD Then do a pull request on the original project and wait for review. +## Commiting + +When making a commit you can use the prefixes fix:, feat: or refactor: to indicate what is the point of the commit plus a good description of the changes without too much text. + ## Contributing a new theme. When creating a new theme you should create a new folder under themes with the name of your theme with a folder named public and dist inside.