Skip to content

Commit

Permalink
Add a pull request template for future changes. (#1712)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tim-schilling committed Dec 4, 2022
1 parent 6e265c1 commit 0d5cb67
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Description

Please include a summary of the change and which issue is fixed. Please also
include relevant motivation and context. Your commit message should include
this information as well.

Fixes # (issue)

# Checklist:

- [ ] I have added the relevant tests for this change.
- [ ] I have added an item to the Pending section of ``docs/changes.rst``.

0 comments on commit 0d5cb67

Please sign in to comment.