diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 00000000..3118cd37 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,16 @@ +Please answer these questions before submitting your issue. + +### What version of OpenCensus are you using? + + +### What JVM are you using (`java -version`)? + + +### What did you do? +If possible, provide a recipe for reproducing the error. + + +### What did you expect to see? + + +### What did you see instead?
\ No newline at end of file |
