From 1ed426f29e15470022ae900eb3598bd3355717fd Mon Sep 17 00:00:00 2001 From: nigiri <168690269+0xnigir1@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:05:05 -0300 Subject: [PATCH] chore: update pull_request_template.md (#9) ## Description Updates `pull_request_template.md` to have the Linear code 'GIT' --- .github/pull_request_template.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 18319a3..27e52a2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,11 @@ # 🤖 Linear -Closes lin-XXX +Closes GIT-XXX ## Description - ## Checklist before requesting a review -- [ ] I have conducted a self-review of my code. -- [ ] I have conducted a QA. -- [ ] If it is a core feature, I have included comprehensive tests. \ No newline at end of file +- [ ] I have conducted a self-review of my code. +- [ ] I have conducted a QA. +- [ ] If it is a core feature, I have included comprehensive tests.