blob: 9d431eec6b3a42f24d10ed42b434130ad25e7abd [file] [log] [blame]
name: Bug Report
description: File a bug report
body:
- type: markdown
attributes:
value: >
**Attention:** if this is a _question_ about how to build / test / query / deploy using
Bazel, or a _discussion starter_, send it to bazel-discuss@googlegroups.com or discuss on
[Bazel Slack](https://slack.bazel.build/) instead!
- type: textarea
id: desc
attributes:
label: >
Description of the bug:
- type: textarea
id: repro
attributes:
label: >
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if
possible.
- type: input
id: os
attributes:
label: >
Which operating system are you running Bazel on?
- type: input
id: version
attributes:
label: >
What is the output of `bazel info release`?
- type: textarea
id: version-follow-up
attributes:
label: >
If `bazel info release` returns `development version` or `(@non-git)`, tell us how you built
Bazel.
- type: textarea
id: source
attributes:
label: >
What's the output of `git remote get-url origin; git rev-parse master; git rev-parse HEAD` ?
render: text
- type: textarea
id: relevant-info
attributes:
label: Have you found anything relevant by searching the web?
description: >
Places to look:
* StackOverflow: http://stackoverflow.com/questions/tagged/bazel
* GitHub issues: https://github.com/bazelbuild/bazel/issues
* Email threads on https://groups.google.com/forum/#!forum/bazel-discuss
- type: textarea
id: extras
attributes:
label: Any other information, logs, or outputs that you want to share?