From df7e51ed426292ddfa0f9dcfa8ba60ece74d7292 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Fri, 21 Feb 2025 12:24:12 +0100 Subject: [PATCH] Add PR description section to PR template (#3016) * Add PR description place * remove PR --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5bd1f81ef5..fea6830033 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,10 @@ -## Pull Request Checklist +## Description + +*describe your PR here* + +## Checklist Please make sure you've completed the following steps before submitting: - [ ] I have run `./script/fmt_all.sh` to format the code -- [ ] I have run `./script/clippy.sh` and fixed all errors/warnings \ No newline at end of file +- [ ] I have run `./script/clippy.sh` and fixed all errors/warnings