Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions doc/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List compatible versions and dependencies.
Fixes # (issue)

HC and HDK versions

# Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

# Relevant Tests

Please list associated tests and any relevant details for configuration.


# Checklist:

- [ ] Code follows contribution guidelines
- [ ] Performed thorough review, including descriptive comments
- [ ] Updated corresponding changes to documentation
- [ ] Changes generate no new warnings
- [ ] Added tests that prove the fix is effective / works
- [ ] All checks pass