File: ISSUE_TEMPLATE.md

package info (click to toggle)
python-phonenumbers 8.12.57-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,212 kB
  • sloc: python: 332,712; xml: 46,045; makefile: 143; java: 91
file content (14 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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__)"`)