diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 827bc5a..01974dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,4 +5,6 @@ - Make actual quality PRs, no +1 etc. ## General format rules - - Use 4 spaces for indentation + - Use TABS for indentation. + - Try to follow the layout of the code. + - Follow the file structure, don't deviate from it.