-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathISSUE_TEMPLATE
30 lines (17 loc) · 1011 Bytes
/
ISSUE_TEMPLATE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Please note that we only intend for git issues to be used for bugs and feature requests and other topics will likely be closed.
By posting you acknowledge you have read and agree to abide by the [principles of community](CODE_OF_CONDUCT.md) document.
For bugs or installation issues, please provide the following information.
The more information you provide, the more easily we will be able to offer
help and advice.
### What related GitHub issues or StackOverflow threads have you found by searching the web for your problem?
### Environment info
Operating System:
If installed from binary pip package, provide:
1. A link to the pip package you installed:
2. The output from `python -c "import inquiry; print(inquiry.__version__)"`.
If installed from source, provide
1. The commit hash (`git rev-parse HEAD`)
2. The output of `bazel version`
### If possible, provide a minimal reproducible example
### What other attempted solutions have you tried?
### Logs or other output that would be helpful