From 4af63c65a009255a8d38dd29081d4dd0592b0c23 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Fri, 19 Apr 2024 11:09:17 -0400 Subject: [PATCH] Add a pull request template --- PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..00c1161 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +## Pull Request + +- **Describe your changes**: +- **Issue ID/URL**: + +## Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests. +- [ ] I have added the necessary documentation \ No newline at end of file