Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit dcefbbc

Browse files
authored
Merge pull request #70 from SLNE-Development/codex/codebasis-für-anfänger-erklären
Add AGENTS guidelines
2 parents 7dda362 + 823031b commit dcefbbc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Coding Guidelines for surf-cloud
2+
3+
- Use Kotlin (with some Java) standard style: 4-space indentation, no trailing whitespace, end files with a newline.
4+
- Keep commit messages short (50 characters or less) and in the imperative mood.
5+
- After modifying any code, run `./gradlew build` in the repository root. The build must succeed before committing.
6+
- Summarise changes in the PR body and mention build results.

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)