Skip to content

Commit 104dde9

Browse files
authored
Merge pull request #35022 from tobiasdiez/pr-template-title
Add best-practices for PR titles to PR template
2 parents 17d8a73 + bb10888 commit 104dde9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
<!-- ^^^^^
2+
Please provide a concise, informative and self-explanatory title.
3+
Don't put issue numbers in there, do this in the PR body below.
4+
For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1"
5+
-->
16
### 📚 Description
27

3-
<!-- Describe your changes in detail -->
8+
<!-- Describe your changes here in detail -->
49
<!-- Why is this change required? What problem does it solve? -->
510
<!-- If it resolves an open issue, please link to the issue here. For example "Closes #1337" -->
611

@@ -10,6 +15,7 @@
1015
<!-- If your change requires a documentation PR, please link it appropriately -->
1116
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
1217

18+
- [ ] I have made sure that the title is self-explanatory and the description concisely explains the PR.
1319
- [ ] I have linked an issue or discussion.
1420
- [ ] I have created tests covering the changes.
1521
- [ ] I have updated the documentation accordingly.

0 commit comments

Comments
 (0)