Bladeren bron

Add an issue template file. (#192)

Alexey Alexandrov 7 jaren geleden
bovenliggende
commit
2191094077
1 gewijzigde bestanden met toevoegingen van 22 en 0 verwijderingen
  1. 22
    0
      .github/ISSUE_TEMPLATE.md

+ 22
- 0
.github/ISSUE_TEMPLATE.md Bestand weergeven

@@ -0,0 +1,22 @@
1
+Please answer these questions before submitting your issue. Thanks!
2
+
3
+### What version of pprof are you using?
4
+
5
+If you are using pprof via `go tool pprof`, what's your `go env` output?
6
+If you run pprof from Github, what's the Git revision?
7
+
8
+
9
+### What operating system and processor architecture are you using?
10
+
11
+
12
+### What did you do?
13
+
14
+If possible, provide a recipe for reproducing the error.
15
+Attaching a profile you are trying to analyze is good.
16
+
17
+
18
+### What did you expect to see?
19
+
20
+
21
+### What did you see instead?
22
+