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

Commit 8b20c16

Browse files
authored
chore: cleanup readme files (#10)
Cleanup extra files
1 parent 41e1aaa commit 8b20c16

File tree

2 files changed

+7
-42
lines changed

2 files changed

+7
-42
lines changed

.travis.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

CONTRIBUTING.md

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

0 commit comments

Comments
 (0)