Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new-style issue template #305

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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__)"`)
Loading