📚 Update review instructions for positive feedback

Clarified guidelines for highlighting positive aspects of code reviews.

- 📚 **Docs**: Specify using different funny emojis for good practices
- 🛠️ **Refactor**: Removed redundant good practice example
This commit is contained in:
Lorenz Hilpert
2025-03-31 17:57:50 +02:00
parent 2a8a929fd7
commit 3bbec6a68d

View File

@@ -132,15 +132,12 @@ Include relevant resources for more information.
## ✅ Good Practices
Highlight positive aspects of the code to reinforce well-implemented patterns and encourage good practices. Use funny emoji at the beginning of each good practice.
Highlight one up to five positive aspects of the code to reinforce well-implemented patterns and encourage good practices. Use different funny emoji at the beginning of each good practice.
- Emoji **Good Practice 1**:
Describe a specific strength (e.g., clear code structure) with an example reference (e.g., file.js#L20). Explain why its commendable.
- Emoji **Good Practice 2**:
Outline another positive feature (e.g., effective error handling) with a snippet reference.
- Emoji **Good Practice 3**:
Outline another positive feature (e.g., effective error handling) with a snippet reference.
- ...
---