feat: Adding a commiting guideline.

This commit is contained in:
sergiotarxz 2021-01-19 23:50:15 +01:00
parent 2e4eeddc37
commit 7c40e18bf2
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 4 additions and 0 deletions

View File

@ -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.