Skip to content

Commit 6e8f0cf

Browse files
committed
📝: Add code formatting requirements to contribution guidelines
Add code formatting requirements to the contribution guidelines, including running formatting commands and following project standards, to ensure consistent code style
1 parent beaf06b commit 6e8f0cf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ If you've found a bug or have a feature suggestion, please submit it through Git
5858
- Ensure proper resource cleanup
5959
- Handle edge cases and errors appropriately
6060

61+
4. **Code Formatting**:
62+
- Before submitting your code, run `./gradlew formatKotlin` to ensure consistent code formatting
63+
- All code must follow the project's formatting standards
64+
- Improperly formatted code will not be accepted
65+
6166
### Git Commit Message Guidelines
6267

6368
To maintain consistency and readability in commit history, please follow these commit message guidelines:

0 commit comments

Comments
 (0)