Skip to content

Commit

Permalink
docs(contributing) expand definition of chore commit scope
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Aug 24, 2017
1 parent cce9b97 commit 76b33bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -292,8 +292,9 @@ accepted types are:
- **perf**: A code change that significantly improves performance
- **refactor**: A code change that neither fixes a bug nor adds a feature, and
is too big to be considered just `perf`
- **chore**: Changes related to the build process, the dependencies, or
auxiliary tools and libraries such as LuaRocks, Travis-ci, etc...
- **chore**: Maintenance changes related to code cleaning that isn't
considered part of a refactor, build process updates, dependency bumps, or
auxiliary tools and libraries updates (LuaRocks, Travis-ci, etc...).


##### Scope
Expand Down

0 comments on commit 76b33bc

Please sign in to comment.