From eae01d3e60501978d880e4ded15783daa28de7e5 Mon Sep 17 00:00:00 2001 From: Al Barrentine Date: Thu, 24 May 2018 16:55:03 -0400 Subject: [PATCH] Updating issue template to not use checkboxes --- ISSUE_TEMPLATE.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 09423a1b..be48a933 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ Hi! -I was checking out the awesome libpostal, and saw something that could be improved. +I was checking out libpostal, and saw something that could be improved. --- #### My country is @@ -12,24 +12,29 @@ I was checking out the awesome libpostal, and saw something that could be improv --- #### Here's what I did - + --- #### Here's what I got - + --- #### Here's what I was expecting --- -#### For parsing issues, please check all that apply +#### For parsing issues, please answer "yes" or "no" to all that apply. -- [ ] Does the input address exist in [OpenStreetMap](https://openstreetmap.org)? -- [ ] Do all the toponyms exist in OSM (city, state, region names, etc.)? -- [ ] If the address uses a rare/uncommon format, does changing the order of the fields yield the correct result? -- [ ] If the address does not contain city, region, etc., does adding those fields to the input improve the result? -- [ ] If the address contains apartment/floor/sub-building information or uncommon formatting, does removing that help? Is there any minimum form of the address that gets the right parse? +- Does the input address exist in [OpenStreetMap](https://openstreetmap.org)? + +- Do all the toponyms exist in OSM (city, state, region names, etc.)? + +- If the address uses a rare/uncommon format, does changing the order of the fields yield the correct result? + +- If the address does not contain city, region, etc., does adding those fields to the input improve the result? + +- If the address contains apartment/floor/sub-building information or uncommon formatting, does removing that help? Is there any minimum form of the address that gets the right parse? + --- #### Here's what I think could be improved