Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
chore: cleanup readme files (#10)
Browse files Browse the repository at this point in the history
Cleanup extra files
  • Loading branch information
wesleygrimes authored Aug 3, 2019
1 parent 41e1aaa commit 8b20c16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 42 deletions.
39 changes: 0 additions & 39 deletions .travis.yml

This file was deleted.

10 changes: 7 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,18 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
// We're working on auto-documentation.
- All public API methods **must be documented**. (Details TBC). -->
- We follow [Google's JavaScript Style Guide][js-style-guide], but wrap all code at
**100 characters**. An automated formatter is available, see
[DEVELOPER.md](docs/DEVELOPER.md#clang-format).
**100 characters**.
## <a name="commit"></a> Commit Message Guidelines
We have very precise rules over how our git commit messages can be formatted. This leads to **more
readable messages** that are easy to follow when looking through the **project history**. But also,
we use the git commit messages to **generate the Nest change log**.
we use the git commit messages to **generate the NestJS Addons - In Memory DB change log**.
This project uses Commitizen to help with formatting commit messages.
Simply run `git commit` in your terminal and the tooling will ask a series of questions to format
the commit message correctly.
### Commit Message Format
Expand Down

0 comments on commit 8b20c16

Please sign in to comment.