Skip to content
Merged
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
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Description
Briefly describe why this pull request is needed.

## Changes Made
- List the key changes or features added.

## Type of Changes

- [ ] Bug fix
- [ ] New feature
- [ ] Improvement
- [ ] Documentation update
- [ ] Refactoring
- [ ] Other (please specify):

## Does this change require updates to other systems or dependencies?

- [ ] Instruqt
- [ ] Workshop slides
- [ ] Other (please specify):

## Checklist
- [ ] I have tested the changes locally.
- [ ] I have updated the documentation if necessary.
- [ ] I have reviewed my own code for potential issues.
- [ ] The changes are ready for review.