From bb10888357153084142d86c1eb1c7ffc19b726c6 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Wed, 8 Feb 2023 18:41:30 +0800 Subject: [PATCH] Add best-practices for PR titles to PR template --- .github/PULL_REQUEST_TEMPLATE.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b6763ce2883..0ba5857b820 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,11 @@ + ### 📚 Description - + @@ -10,6 +15,7 @@ +- [ ] I have made sure that the title is self-explanatory and the description concisely explains the PR. - [ ] I have linked an issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly.