From 36281641134ad766567678fa6fea81ff167624dd Mon Sep 17 00:00:00 2001 From: BoolPurist Date: Sun, 8 Jan 2023 04:15:34 +0100 Subject: [PATCH] docs: add link to section of commit message format While there is a link to the commit angular guidelines. this additional link points to exact point where the concrete format of commit message is described. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f862577..53e19e4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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/`.