Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODING_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The coding style is inspired by the [Google C++ Style Guide](https://google.gith

### Namespaces

- Each class ùust be in the `tdl` namespace.
- Each class must be in the `tdl` namespace.
- The namespace must be in lowercase. (e.g. `namespace tdl`).
- Do not use any `using namespace` statement in header or source files.

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The instructions describe the main tdl repository `but it works the same way for

### Commit message format

The commit messages format is inspired from [Angular commit message convention]( https://gist.github.com/brianclements/841ea7bffdb01346392c)
The commit messages format is inspired from [Angular commit message convention](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)

When commiting changes, the following structure should be used in the title and associated description of said commit:

Expand Down
Loading