Skip to content

chore: add issue and pull request templates#263

Open
thomaschi78 wants to merge 1 commit into
pola-rs:mainfrom
thomaschi78:feat/issue-pr-templates
Open

chore: add issue and pull request templates#263
thomaschi78 wants to merge 1 commit into
pola-rs:mainfrom
thomaschi78:feat/issue-pr-templates

Conversation

@thomaschi78

Copy link
Copy Markdown

Closes #128.

Adds four files under .github/:

Issue templates (.github/ISSUE_TEMPLATE/):

  • bug_report.yml — structured form capturing description, minimal reproduction, expected vs actual behavior, GeoPolars version, Rust version, and OS
  • feature_request.yml — captures use case and optional GeoPandas/Shapely equivalent to guide API design decisions
  • config.yml — template chooser config with a link to Discussions for questions

PR template (.github/PULL_REQUEST_TEMPLATE.md):

  • Summary with auto-closing issue link
  • Changes section
  • Test checklist (cargo test, cargo clippy)

Adds structured GitHub templates:
- Bug report: captures description, minimal reproduction, expected vs
  actual behavior, GeoPolars version, Rust version, and OS.
- Feature request: captures description, use case, and GeoPandas/Shapely
  equivalent to guide API design.
- PR template: summary, change list, and a test checklist.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add issue/pull request templates

1 participant