Skip to content

Commit

Permalink
chore: update pull_request_template.md (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Jul 29, 2024
1 parent aff51a4 commit 91900dd
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
**Description**
## Description

This PR fixes #

## Summary

This PR does....

<!--
Thank you for contributing to Robyn!
Contributing Conventions:
-->

## PR Checklist

1. Include descriptive PR titles.
2. Build and test your changes before submitting a PR.
Please ensure that:

Pre-Commit Instructions:
- [ ] The PR contains a descriptive title
- [ ] The PR contains a descriptive summary of the changes
- [ ] You build and test your changes before submitting a PR.
- [ ] You have added relevant documentation
- [ ] You have added relevant tests. We prefer integration tests wherever possible

Please ensure that you have run the [pre-commit hooks](https://github.com/sansyrox/robyn#%EF%B8%8F-to-develop-locally) on your PR.
## Pre-Commit Instructions:

- [ ] Ensure that you have run the [pre-commit hooks](https://github.com/sansyrox/robyn#%EF%B8%8F-to-develop-locally) on your PR.

-->

0 comments on commit 91900dd

Please sign in to comment.