diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6dbb12ce3acf..aaa553f4ec1f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -29,7 +29,13 @@ If applicable, add screenshots to help explain your problem. - OS: [e.g. iOS] - IDE: [e.g. IntelliJ] - Library/Libraries: [e.g. com.azure:azure-core:1.16.0 (groupId:artifactId:version)] + - Java version: [e.g. 8] + - App Server/Environment: [e.g. Tomcat, WildFly, Azure Function, Apache Spark, Databricks, IDE plugin or anything special] + - Frameworks: [e.g. Spring Boot, Micronaut, Quarkus, etc] +If you suspect a dependency version mismatch (e.g. you see `NoClassDefFoundError`, `NoSuchMethodError` or similar), please provide +- dependency tree (`mvn dependency:tree -Dverbose`) + **Additional context** Add any other context about the problem here.