Skip to content
Open
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
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Description

_Describe your changes in detail here_

Resolves #_Add the issue number that is fixed by this PR (In the form Fixes #12)_

## DOD

Check if your PR fulfills the following [requirements](../../CONTRIBUTING.md).

- [ ] My commits are clean (squashed, rebased and followed our defined conventions).
- [ ] I have rebase my branch with the latest main branch.
- [ ] I have tested my feature and written associated unit tests.
- [ ] Ensure the CI/CD is passing.
- [ ] I have updated the documentation accordingly.

### When I'm done

When you're ready to merge your PR, remove the `Draft` mode and designate a [faast-rt](https://github.com/orgs/faast-rt/people) member as reviewer.