diff options
| author | Bogdan Drutu <bdrutu@google.com> | 2017-07-07 16:42:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-07 16:42:52 -0700 |
| commit | 27cb1db953e7bb5c1e39b6ddae357572cba732f6 (patch) | |
| tree | 1627deaad7bd0304bedbecc8c022e6d045368e11 /.github | |
| parent | c796e25737240ce4f209a045528f965b8819915a (diff) | |
| download | platform_external_opencensus-java-27cb1db953e7bb5c1e39b6ddae357572cba732f6.tar.gz platform_external_opencensus-java-27cb1db953e7bb5c1e39b6ddae357572cba732f6.tar.bz2 platform_external_opencensus-java-27cb1db953e7bb5c1e39b6ddae357572cba732f6.zip | |
github: add an issue template (#436)
Diffstat (limited to '.github')
| -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 |
