From 33b1700bb50494d9a4ea1a8085f5f56acfa8503b Mon Sep 17 00:00:00 2001 From: Darklighter Date: Wed, 26 Feb 2025 23:32:56 +0000 Subject: [PATCH] 1.5) GitHub Guidelines 2 aktualisiert --- 1.5%29-GitHub-Guidelines-2.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/1.5%29-GitHub-Guidelines-2.md b/1.5%29-GitHub-Guidelines-2.md index 8a9cd1c..ebdd460 100644 --- a/1.5%29-GitHub-Guidelines-2.md +++ b/1.5%29-GitHub-Guidelines-2.md @@ -12,15 +12,15 @@ Description: "Resolved issue where the OAuth token was not being stored correctl 5. Use Bullet Points for Multiple Changes -```If your commit contains multiple changes, you can use bullet points in the description to make it easier to read. - -Example: - -Commit Summary: "Refactor login system" -Description: -Refactored user authentication logic. -Improved error handling for failed login attempts. -Updated unit tests for new authentication flow.``` +> If your commit contains multiple changes, you can use bullet points in the description to make it easier to read. +> +> Example: +> +> Commit Summary: "Refactor login system" +> Description: +> Refactored user authentication logic. +> Improved error handling for failed login attempts. +> Updated unit tests for new authentication flow. 6. Be Specific and Descriptive