Skip to content

Commit 0d5cb67

Browse files
Add a pull request template for future changes. (#1712)
This should help reduce maintenance overhead when drafting new releases. The test checkbox item is simply to have the developer consider how to test their change. I'm less sure that will result in significant change.
1 parent 6e265c1 commit 0d5cb67

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Description
2+
3+
Please include a summary of the change and which issue is fixed. Please also
4+
include relevant motivation and context. Your commit message should include
5+
this information as well.
6+
7+
Fixes # (issue)
8+
9+
# Checklist:
10+
11+
- [ ] I have added the relevant tests for this change.
12+
- [ ] I have added an item to the Pending section of ``docs/changes.rst``.

0 commit comments

Comments
 (0)