We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2982dd3 commit 0a3150eCopy full SHA for 0a3150e
1 file changed
.github/ISSUE_TEMPLATE
@@ -12,8 +12,8 @@ will help us identify the cause of your issue more quickly.
12
1. Specify the API at the beginning of the title (for example, "BigQuery: ...")
13
General, Core, and Other are also allowed as types
14
2. OS type and version
15
-3. Python version and virtual environment information `python --version`
16
-4. google-cloud-python version `pip show google-cloud`, `pip show google-<service>` or `pip freeze`
+3. Python version and virtual environment information: `python --version`
+4. google-cloud-<service> version: `pip show google-<service>` or `pip freeze`
17
5. Stacktrace if available
18
6. Steps to reproduce
19
7. Code example
0 commit comments