From f5280fd00f33321f7634251442ed4384ae6ca31c Mon Sep 17 00:00:00 2001 From: Laszlo Csomor Date: Wed, 3 Jan 2018 23:45:04 -0800 Subject: Update GitHub issue template. Change-Id: Icd1b527798df46d54cb5fd43e37f6211834ad0a6 PiperOrigin-RevId: 180761791 --- ISSUE_TEMPLATE.md | 45 ++++++++++++++++++++++++++++++++------------- 1 file changed, 32 insertions(+), 13 deletions(-) (limited to 'ISSUE_TEMPLATE.md') diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index bd6e7da3d5..dc51161de3 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -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 bazel-discuss@googlegroups.com +> - 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. -- cgit v1.2.3