mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-06 00:40:10 -06:00
Move pull_request_template to .github/ (#774)
This commit is contained in:
23
.github/pull_request_template.md
vendored
Normal file
23
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Description
|
||||
|
||||
<!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
|
||||
|
||||
Fixes # (issue)
|
||||
|
||||
## Type of change
|
||||
|
||||
<!-- Please delete options that are not relevant. -->
|
||||
|
||||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||
- [ ] Documentation change (pure documentation change)
|
||||
- [ ] New feature (non-breaking change which adds functionality)
|
||||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
||||
- [ ] Refactor (non-breaking changes to code which doesn't change any behaviour)
|
||||
- [ ] CI (any automation pipeline changes)
|
||||
- [ ] Chore (changes which are not directly related to any business logic)
|
||||
- [ ] Test changes (add, refactor, improve or change a test)
|
||||
- [ ] This change requires a documentation update
|
||||
|
||||
## What's Changed
|
||||
|
||||
- [ ] Add a list of tasks or features here...
|
||||
Reference in New Issue
Block a user