-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7fe6c6
commit 35c71d8
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Bug report | ||
about: Create a bug report for Python-specific problems | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Only raise issues that are **specific to the Python version** here, please. | ||
|
||
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/> | ||
|
||
If the same problem is visible with the Java code, **report the problem upstream** not here: | ||
|
||
- [checklist](https://github.com/google/libphonenumber/blob/master/CONTRIBUTING.md#checklist-before-filing-an-issue) | ||
- (non-GitHub) [issue tracker](http://issuetracker.google.com/issues/new?component=192347). | ||
|
||
If the problem **only** occurs with the Python version of the library, continue opening an Issue: | ||
|
||
- Delete this template text. | ||
- Include Python version (`python --version`) | ||
- Include library version (`python -c "import phonenumbers; print(phonenumbers.__version__)"`) |