Document code style and normalize files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Platform and documentation
|
||||
# Platform and documentation
|
||||
|
||||
If this is a linux environment, read `AGENTS.linux.md`.
|
||||
If this is a windows environment, read `AGENTS.windows.md`.
|
||||
@@ -13,7 +13,6 @@ Also see the other related technical documentation in the docs folder.
|
||||
- When an task is finished, perform a code review to evaluate if the change is clean and maintainable with high software engineering standards. Iterate on the code and repeat the review process until satisfied.
|
||||
- If there's documnentation present, always keep it updated.
|
||||
- After every iteration, evaluate if the test coverage would fall below 100%, and write tests if necessary.
|
||||
- After every iteration, run `dotnet jb cleanupcode --build=False '$file1' '$file2' ...` for every C# file you touched.
|
||||
|
||||
### Git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user