Procházet zdrojové kódy

Merge pull request #453 from dundargoc/docs/contributing

docs: correct CONTRIBUTING.md on commit message type
Christina Sørensen před 2 roky
rodič
revize
443f258535
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      CONTRIBUTING.md

+ 2 - 2
CONTRIBUTING.md

@@ -19,8 +19,8 @@ of change. See the following list for some guidance:
 - feat: adds a new feature to eza
 - feat(zsh): adds something to zsh completion
 - refactor: revises parts of the code
-- doc(readme): revise the README
-- doc(man): revision of the man pages
+- docs(readme): revise the README
+- docs(man): revision of the man pages
 - fix: bugfix in the code base
 - fix(ci): bugfix in the continuos integration
 - ...