aboutsummaryrefslogtreecommitdiffhomepage
path: root/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2016-11-02 11:03:12 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2016-11-02 11:28:34 +0000
commitca2c184affbc6da871b8c71d2dd3d54a2ef5f8d9 (patch)
treeeea8d967f7ef0772f53ad31c5162619398016e8d /ISSUE_TEMPLATE.md
parent69dac8607f2ddcb9c51ed6586ccdcdce195722f5 (diff)
Create a GitHub issue template
Based on Tensorflow's template, I'm adding a new issue template that asks people for frequently needed information. See https://help.github.com/articles/creating-an-issue-template-for-your-repository/ -- MOS_MIGRATED_REVID=137930787
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r--ISSUE_TEMPLATE.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000000..81f9c7206b
--- /dev/null
+++ b/ISSUE_TEMPLATE.md
@@ -0,0 +1,25 @@
+Please provide the following information. The more we know about your system and use case, the more easily and likely we can help.
+
+### Description of the problem / feature request / question:
+
+_If asking a question or requesting a feature, also tell us about the underlying problem you're trying to solve._
+
+
+### If possible, provide a minimal example to reproduce the problem:
+
+
+### Environment info
+* Operating System:
+
+
+* Bazel version (output of `bazel info release`):
+
+
+* If `bazel info release` returns "development version" or "(@non-git)", please tell us what source tree you compiled Bazel from; git commit hash is appreciated (`git rev-parse HEAD`):
+
+
+### Have you found anything relevant by searching the web? (e.g. GitHub issues, email threads in the [bazel-discuss@googlegroups.com](https://groups.google.com/forum/#!forum/bazel-discuss) archive)
+
+
+### Anything else, information or logs or outputs that would be helpful?
+(If they are large, please upload as attachment or provide link).