From ca2c184affbc6da871b8c71d2dd3d54a2ef5f8d9 Mon Sep 17 00:00:00 2001 From: Laszlo Csomor Date: Wed, 2 Nov 2016 11:03:12 +0000 Subject: 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 --- ISSUE_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ISSUE_TEMPLATE.md (limited to 'ISSUE_TEMPLATE.md') 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). -- cgit v1.2.3