Skip to content

Commit

Permalink
chore: 🤖 add pr template (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Jan 9, 2024
1 parent 550aa88 commit ae39923
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Description

<!--- Please provide a detailed description of your pull request. It should include enough information to help reviewers understand the content and purpose of the PR. -->

## Related Issue

<!--- If this PR relates to any open issues, please reference them here. For example: resolves #123 -->

## 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)
- [ ] Documentation update (changes only affecting documentation)

## Checklist

- [ ] I have tested my changes locally and ensured they are functioning properly. Please run the `make build` and `make test` commands.
- [ ] I have added/updated unit or e2e tests to cover my changes.
- [ ] I have updated the relevant documentation. If you change commands or arguments, run `make doc-gen` to generate new documentation.

0 comments on commit ae39923

Please sign in to comment.