Skip to content

Commit 27afed5

Browse files
chemelnucfinlukesneeringer
authored andcommitted
Add standard title format for issue reporting to the template (googleapis#4268)
1 parent 4f4cf2a commit 27afed5

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/ISSUE_TEMPLATE

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ existing open and closed issues to see if there is already work being done.
99
If you can provide us with as much of the following information as possible it
1010
will help us identify the cause of your issue more quickly.
1111

12-
1. OS type and version
13-
2. Python version and virtual environment information `python --version`
14-
3. google-cloud-python version `pip show google-cloud`, `pip show google-<service>` or `pip freeze`
15-
4. Stacktrace if available
16-
5. Steps to reproduce
17-
6. Code example
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`
17+
5. Stacktrace if available
18+
6. Steps to reproduce
19+
7. Code example
20+
1821

1922
Using GitHub flavored markdown can help make your request clearer.
2023
See: https://guides.github.com/features/mastering-markdown/

0 commit comments

Comments
 (0)