Create a high-quality GitHub Pull Request
mainTo ensure fast reviews, follow these best practices when submitting a PR:
- Descriptive Title: Use specific titles (e.g.,
Add utility convert_uf_to_text to handle Brazilian state codes) instead of generic ones likeFix issue. - Detailed Description: Explain what was changed, why it was changed, and which issues were resolved.
- Link Issues: Use keywords like
Closes #474orFixes #474in the description to automatically close the associated issue upon merging. - Checklist Compliance: Use the provided PR template. Mark completed items with
[x]and incomplete ones with[ ]. Note that[ x ]or[x ](with extra spaces) will not render correctly.