Skip to content

Commit

Permalink
Create new-style issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale authored Jan 30, 2025
1 parent d7fe6c6 commit 35c71d8
Showing 1 changed file with 23 additions and 0 deletions.
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__)"`)

0 comments on commit 35c71d8

Please sign in to comment.