From f291839079699d7039d4ad963ed51e7e0c0e2c1c Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Fri, 13 Dec 2024 02:13:18 +0900 Subject: [PATCH] docs(github): PR template --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/pull_request_template.md 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?