Skip to content

Commit 066eb13

Browse files
committed
Also add basic coding agent instructions
1 parent a294423 commit 066eb13

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/copilot-instructions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ This repository provides observability instrumentation for Java applications.
2828
- OpenTelemetry specification and semantic convention compliance
2929
- Resource cleanup and lifecycle management
3030
- Comprehensive unit tests for new functionality
31+
32+
## Coding Agent Instructions
33+
34+
When implementing changes or new features:
35+
36+
1. Follow all [Style Guide](../docs/style-guide.md) conventions and the Code Review Priorities above
37+
2. Run tests to ensure they still pass (use `./gradlew test` and `./gradlew integrationTest` as needed)
38+
3. **Always run `./gradlew spotlessApply`** after making code changes to ensure proper formatting

0 commit comments

Comments
 (0)