Skip to content

Commit 2668e2a

Browse files
committed
Add copilot instructions
1 parent 1a53047 commit 2668e2a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/copilot-instructions.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# GitHub Copilot Instructions
2+
3+
## Code Style and Conventions
4+
5+
- Don't use fully qualified names for Java, Kotlin, or Groovy. Instead, add imports.
6+
- Don't use wildcard imports. Please import items one by one instead. You can disable wildcard imports in your IDE
7+
- Follow the code style defined in `graphql-java-code-style.xml`.
8+
9+
## Pull Request Review Guidelines
10+
11+
### Testing
12+
- If you add new functionality, or correct a bug, you must also write a test so we can ensure your code works in the future
13+
- If your pull request includes a performance improvement, please check in a JMH test to verify this. We'll then run a test on our isolated performance environment to verify the results
14+
-
15+
### Breaking Changes
16+
- Flag any breaking changes in public APIs so we can call this out in documentation

0 commit comments

Comments
 (0)