Skip to content

Commit

Permalink
Added pull request template.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiplingw authored Jan 7, 2021
1 parent 3ea6635 commit 663a9ca
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
(Provide a general summary of your changes in the Title above.)

## Description
(Describe your changes in detail)

## Related Issue
Fixes: #.

## Motivation and Context
(Why is this change required? What problem does it solve?)

## Versioning Changes
- I read the _Interface Versioning_ section in `README.md`: (yes / no)
- Interface version was changed: (yes / no)
- Release version was changed: (yes / no)

## Unit and CI Testing
- Operating System: (Distro and release)
- Architectures Tested: (amd64, arm64, armhf, i386, ppc64el, s390x, all, other)
- I read the _Continuous Integration_ section in `README.md`: (yes / no)
- Changes introduced new or an alteration to an existing test: (yes / no)
- All in-tree unit tests pass: (yes / no)
- All DEP-8 CI tests pass: (yes / no)

## Screenshots: (if appropriate)

0 comments on commit 663a9ca

Please sign in to comment.