1.5) GitHub Guidelines 2 aktualisiert
@@ -12,15 +12,17 @@ Description: "Resolved issue where the OAuth token was not being stored correctl
|
|||||||
|
|
||||||
5. Use Bullet Points for Multiple Changes
|
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.
|
```
|
||||||
>
|
If your commit contains multiple changes, you can use bullet points in the description to make it easier to read.
|
||||||
> Example:
|
|
||||||
>
|
Example:
|
||||||
> Commit Summary: "Refactor login system"
|
|
||||||
> Description:
|
Commit Summary: "Refactor login system"
|
||||||
> Refactored user authentication logic.
|
Description:
|
||||||
> Improved error handling for failed login attempts.
|
Refactored user authentication logic.
|
||||||
> Updated unit tests for new authentication flow.
|
Improved error handling for failed login attempts.
|
||||||
|
Updated unit tests for new authentication flow.
|
||||||
|
```
|
||||||
|
|
||||||
6. Be Specific and Descriptive
|
6. Be Specific and Descriptive
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user