Skip to content
Open
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
39 changes: 39 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!--
Thanks for submitting a pull request to ParquetSharp! Please provide the following information to help us review and merge
your changes effectively.
-->

<!-- PR Title format
Please use one of the following formats for the title of your pull request above:
- [FEATURE]: <a one-liner summary of the changes>
- [ENHANCEMENT]: <a one-liner summary of the changes>
- [BUG FIX]: <a one-liner summary of the changes>
-->

## Description

<!-- (required)
A clear and concise description of the changes made in this pull request
-->

## Related Issues

<!-- (optional)
List any related issues, if applicable, using the format `#issue_number`
Example: #123
-->

## Additional Context

<!-- (optional)
Add any additional context or information about this pull request
-->

## Checklist

<!-- (required) -->
Please make sure to check the following before submitting your pull request:

- [ ] Did you read the [contributing guidelines](https://github.com/G-Research/ParquetSharp/blob/main/CONTRIBUTING.md)?
Copy link
Contributor

@adamreeve adamreeve Dec 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't currently have a contributing guide (or a branch named main)

Suggested change
- [ ] Did you read the [contributing guidelines](https://github.com/G-Research/ParquetSharp/blob/main/CONTRIBUTING.md)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad... I was supposed to first make a PR that adds a contributing guide... I just did that

- [ ] Did you write any tests to validate this change?
- [ ] Did you update the docs?