From 12c67246a1f92ca058934c292046af94a3d03f95 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Wed, 31 Jan 2024 15:05:17 +0400 Subject: [PATCH] Update contribution guide --- .github/contributing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/contributing.md b/.github/contributing.md index 4dd9f69..33c706c 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -109,6 +109,10 @@ If one of these rule conflict with the linter, the linter's rule should takes pr ### Item description +- Try to provide an actionable TL;DR as a description, quoting the original text if it stands by itself. + +- [Removes `TL;DR:` prefix in description](https://github.com/kdeldycke/awesome-iam/commit/537cbfd8beaca18d44a0962e107a6db9171a0345). Every description is a short summary anyway. + - Quotes should be properly delimited with the `“` and `”` curved quotation marks. - You can reduce the original text by using an ellipsis in parenthesis `(…)`.