diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..d668cbe --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ +# What does this PR do? + + + + + +Fixes # (issue) + + +## Before submitting +- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). +- [ ] Did you read the [contributor guideline](https://github.com/Libertai/libertai-agents/blob/main/CONTRIBUTING.md#create-a-pull-request), + Pull Request section? +- [ ] Was this discussed/approved via a Github issue or [Telegram](https://t.me/libertai)? Please add a link + to it if that's the case. +- [ ] Did you write any new necessary tests?