Skip to content

Commit bf137c9

Browse files
Create new-style issue template (#305)
1 parent d7fe6c6 commit bf137c9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report for Python-specific problems
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Only raise issues that are **specific to the Python version** here, please.
11+
12+
Before reporting an issue with parsing particular numbers, check if the problem also occurs with the online version of the Java code at <https://libphonenumber.appspot.com/>
13+
14+
If the same problem is visible with the Java code, **report the problem upstream** not here:
15+
16+
- [checklist](https://github.com/google/libphonenumber/blob/master/CONTRIBUTING.md#checklist-before-filing-an-issue)
17+
- (non-GitHub) [issue tracker](http://issuetracker.google.com/issues/new?component=192347).
18+
19+
If the problem **only** occurs with the Python version of the library, continue opening an Issue:
20+
21+
- Delete this template text.
22+
- Include Python version (`python --version`)
23+
- Include library version (`python -c "import phonenumbers; print(phonenumbers.__version__)"`)

0 commit comments

Comments
 (0)