Skip to content

Commit 3accf73

Browse files
author
Liudmila Molkova
authored
Add more question to bug report to diagnose dependency version issues (Azure#23340)
* Add more question to bug report to diagnose dependency version issues * ask for environment in the setup
1 parent ac396fa commit 3accf73

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ If applicable, add screenshots to help explain your problem.
2929
- OS: [e.g. iOS]
3030
- IDE: [e.g. IntelliJ]
3131
- Library/Libraries: [e.g. com.azure:azure-core:1.16.0 (groupId:artifactId:version)]
32+
- Java version: [e.g. 8]
33+
- App Server/Environment: [e.g. Tomcat, WildFly, Azure Function, Apache Spark, Databricks, IDE plugin or anything special]
34+
- Frameworks: [e.g. Spring Boot, Micronaut, Quarkus, etc]
3235

36+
If you suspect a dependency version mismatch (e.g. you see `NoClassDefFoundError`, `NoSuchMethodError` or similar), please provide
37+
- dependency tree (`mvn dependency:tree -Dverbose`)
38+
3339
**Additional context**
3440
Add any other context about the problem here.
3541

0 commit comments

Comments
 (0)