Skip to content
Open
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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project is intended to be a safe, welcoming space for collaboration, and co

We welcome any kind of contribution: Documentation, code, issues, discussions, critique, speaking about it...

This project follows the [Angular Conventional Commit guidelines](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines). We require that every commit message follows these guidelines, Pull Requests not following this pattern will be rejected.
This project follows the [Angular Conventional Commit guidelines](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines). We require that every commit message follows these [guidelines](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits), Pull Requests not following this pattern will be rejected.

Unit tests live in the same file inside a [`tests`](https://doc.rust-lang.org/book/second-edition/ch11-01-writing-tests.html) module.
Integration tests are in `tests/`.
Expand Down