Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,16 @@ If your change doesn't seem to apply, please leave them unchecked.
* [ ] Changes are documented

Is this a breaking change? (Y/N)

* [ ] Yes
* [ ] No

Please add details about how this change was tested.

- [ ] Did integration tests succeed?
- [ ] If the feature is a new use case, is it necessary to add a new integration test case?


## Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ For detailed technical information, development workflow, and troubleshooting, s
- [ ] Read [DEVELOPMENT.md](DEVELOPMENT.md) and set up your environment
- [ ] Create tests for new functionality
- [ ] Ensure all tests pass locally
- [ ] Follow [integ/README.md](/tests/integ/README.md) to run integration tests
- [ ] Run code quality tools (`ruff`, `pyright`, `pre-commit`)
- [ ] Update documentation if needed

Expand Down