Skip to content

Commit

Permalink
Add an issue template file. (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexand committed Aug 18, 2017
1 parent e01c25c commit 2191094
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Please answer these questions before submitting your issue. Thanks!

### What version of pprof are you using?

If you are using pprof via `go tool pprof`, what's your `go env` output?
If you run pprof from Github, what's the Git revision?


### What operating system and processor architecture are you using?


### What did you do?

If possible, provide a recipe for reproducing the error.
Attaching a profile you are trying to analyze is good.


### What did you expect to see?


### What did you see instead?

0 comments on commit 2191094

Please sign in to comment.