We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a294423 commit 066eb13Copy full SHA for 066eb13
.github/copilot-instructions.md
@@ -28,3 +28,11 @@ This repository provides observability instrumentation for Java applications.
28
- OpenTelemetry specification and semantic convention compliance
29
- Resource cleanup and lifecycle management
30
- 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