Skip to content

Commit

Permalink
Update GitHub issue template.
Browse files Browse the repository at this point in the history
Change-Id: Icd1b527798df46d54cb5fd43e37f6211834ad0a6
PiperOrigin-RevId: 180761791
  • Loading branch information
laszlocsomor authored and Copybara-Service committed Jan 4, 2018
1 parent 19e42c9 commit f5280fd
Showing 1 changed file with 32 additions and 13 deletions.
45 changes: 32 additions & 13 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,47 @@
Please provide the following information. The more we know about your system and use case, the more easily and likely we can help.
> ATTENTION! Please read and follow:
> - if this is a _question_ about how to build / test / query / deploy using Bazel, ask it on StackOverflow instead: https://stackoverflow.com/questions/tagged/bazel
> - if this is a _discussion starter_, send it to [email protected]
> - if this is a _bug_ or _feature request_, fill the form below as best as you can.
### Description of the problem / feature request / question:
### Description of the problem / feature request:

_If asking a question or requesting a feature, also tell us about the underlying problem you're trying to solve._
> Replace this line with your answer.
### Feature requests: what underlying problem are you trying to solve with this feature?

### If possible, provide a minimal example to reproduce the problem:
> Replace this line with your answer.
### Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

### Environment info
* Operating System:
> Replace this line with your answer.
### What operating system are you running Bazel on?

* Bazel version (output of `bazel info release`):
> Replace this line with your answer.
### What's the 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`):
> Replace this line with your answer.
### If `bazel info release` returns "development version" or "(@non-git)", tell us how you built Bazel.

> Replace this line with your answer.
### What's the output of `git remote get-url origin ; git rev-parse master ; git rev-parse HEAD` ?

> Replace this line with your answer.
### Have you found anything relevant by searching the web?
(e.g. [StackOverflow answers](http://stackoverflow.com/questions/tagged/bazel),
[GitHub issues](https://github.com/bazelbuild/bazel/issues),
email threads on the [`bazel-discuss`](https://groups.google.com/forum/#!forum/bazel-discuss) Google group)

> Replace these lines with your answer.
>
> 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
### Any other information, logs, or outputs that you want to share?

### Anything else, information or logs or outputs that would be helpful?
(If they are large, please upload as attachment or provide link).
> Replace these lines with your answer.
>
> If the files are large, upload as attachment or provide link.

0 comments on commit f5280fd

Please sign in to comment.