Skip to content

Commit

Permalink
fix: editing
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Sep 14, 2018
1 parent 839e5f7 commit b1bc81d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .github/COMMIT_CONVENTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#### TL;DR:

Messages must be matched by the following regex:
Messages must match the following regex:

``` js
/^(revert: )?(feat|fix|docs|style|refactor|test|ci|chore)(\(.+\))?: .{1,50}/
/^(revert: )?(feat|fix|docs|style|refactor|test|ci|chore)(\(.+\))?: .{1,70}/
```

#### Types
* `feat` - feature. Something noticeable to end user. When feature takes several days of work - split it into several smaller features.
* `fix` - patching a bug, bringing to life intended functionality.
* `feat` - new functionality.
* `fix` - patching a bug.
* `docs` - documentation and comments.
* `style` - purely styling change (not necessarily in css).
* `style` - style changes only (not necessarily in css).
* `refactor` - reworking internals without impacting project interface.
* `test` - tests and demo.
* `ci` - deploy and continuous integration.
Expand Down Expand Up @@ -72,7 +72,6 @@ If the commit reverts a previous commit, it should begin with `revert: `, follow

### Type


If the prefix is `feat` or `fix` it will appear in the changelog. However if there is any [BREAKING CHANGE](#footer), the commit will always appear in the changelog.

Other prefixes are up to your discretion. Suggested prefixes are `docs`, `chore`, `style`, `refactor`, and `test` for non-changelog related tasks.
Expand All @@ -87,7 +86,7 @@ The subject contains succinct description of the change:

* use the imperative, present tense: "change" not "changed" nor "changes"
* don't capitalize first letter
* no dot (.) at the end
* no period (.) at the end

### Body

Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vue.js Contributing Guide

Hi! I’m really excited that you are interested in contributing to Vuestic. Before submitting your contribution though, please make sure to take a moment and read through the following guidelines.
Hi! We are really excited that you are interested in contributing to Vuestic. Before submitting your contribution though, please make sure to take a moment and read through the following guidelines.

- [Code of Conduct](https://github.com/epicmaxco/vuestic-admin/master/CODE_OF_CONDUCT.md)

Expand Down

0 comments on commit b1bc81d

Please sign in to comment.